Kumi
e9c7eb07bc
- Updated `.gitignore` to exclude the `dist/` directory, ensuring build artifacts are not tracked in Git, maintaining repository cleanliness. - Renamed project to `trackingmore-api-tool` in `pyproject.toml` for better identification and consistency across platforms. - Added configuration for wheel packaging in `pyproject.toml`, facilitating easier package distribution and installation.
5 lines
No EOL
43 B
Text
5 lines
No EOL
43 B
Text
venv/
|
|
*.pyc
|
|
__pycache__/
|
|
settings.ini
|
|
dist/ |