gitcloak/.gitignore
Kumi 03a47fffbd
chore: update .gitignore to include dist directory
Added trailing slash to "dist" in .gitignore to properly ignore the directory instead of any file named "dist". This ensures that all build artifacts are excluded from version control.
2024-06-19 10:19:21 +02:00

4 lines
31 B
Plaintext

venv/
*.pyc
__pycache__/
/dist/