matrix-supportbot/.gitignore
Kumi ac2f18b021
Some checks failed
Python Package CI/CD / Setup and Test (push) Successful in 1m9s
Python Package CI/CD / Publish to PyPI (push) Failing after 1m6s
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/