privatecoffee-website/.gitignore
Kumi a4540c1f41
chore: update .gitignore to include build directory
Added the 'build/' directory to .gitignore to exclude build artifacts from version control. This change helps keep the repository clean by avoiding unnecessary files. No functional code changes were made.
2024-07-01 14:53:33 +02:00

4 lines
31 B
Plaintext

venv/
*.pyc
__pycache__/
build/