matrix-applicationbot/.gitignore
Kumi ac2f18b021
chore: update .gitignore to include dist/ directory
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.
2024-08-18 18:54:46 +02:00

5 lines
No EOL
42 B
Text

*.pyc
__pycache__/
venv/
config.yaml
dist/