uppdate
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,9 +1,21 @@
|
|||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
venv/
|
venv/
|
||||||
instance/
|
instance/
|
||||||
__pycache__/
|
|
||||||
migrations/
|
# Ignore Python bytecode caches everywhere
|
||||||
*.csv
|
__pycache__/
|
||||||
*.db
|
**/__pycache__/
|
||||||
c*.txt
|
|
||||||
|
# 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__
|
||||||
|
|||||||
Reference in New Issue
Block a user