Files
asuinventory/.gitignore
2025-11-10 08:35:07 +03:00

22 lines
285 B
Plaintext

.vscode
.idea
venv/
instance/
# Ignore Python bytecode caches everywhere
__pycache__/
**/__pycache__/
# Migrations and DB files
migrations/
*.db
# Data and temp files
*.csv
c*.txt
# Legacy specific ignores (if present)
backend/venv
backend/__pycache__
backend/routeres/__pycache__