Kumi
ac2f18b021
Added dist/ directory to .gitignore to prevent distribution files from being tracked by Git. This keeps the repository clean and avoids unnecessary clutter from build artifacts.
5 lines
No EOL
42 B
Text
5 lines
No EOL
42 B
Text
*.pyc
|
|
__pycache__/
|
|
venv/
|
|
config.yaml
|
|
dist/ |