versione prima dle menu della clincia
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Python local environments
|
||||
backend/.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Local environment files
|
||||
.env
|
||||
backend/.env
|
||||
|
||||
# Local SQLite databases
|
||||
data/*.db
|
||||
data/*.db-*
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user