This commit is contained in:
Danamir
2025-11-10 08:35:07 +03:00
parent 72f1d53051
commit 08e979ecb2

14
.gitignore vendored
View File

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