uppdate
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -2,8 +2,20 @@
|
||||
.idea
|
||||
venv/
|
||||
instance/
|
||||
|
||||
# Ignore Python bytecode caches everywhere
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
|
||||
# Migrations and DB files
|
||||
migrations/
|
||||
*.csv
|
||||
*.db
|
||||
|
||||
# Data and temp files
|
||||
*.csv
|
||||
c*.txt
|
||||
|
||||
# Legacy specific ignores (if present)
|
||||
backend/venv
|
||||
backend/__pycache__
|
||||
backend/routeres/__pycache__
|
||||
|
||||
Reference in New Issue
Block a user