Initial commit

This commit is contained in:
Joan
2026-02-22 12:57:30 +01:00
parent 50eb4f7eca
commit c70999cc61
2 changed files with 64 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Environments
.env
# Data, Logs, and Reports
data/
*.db
*.db.bkp
*.sql
*.csv
*.txt
# Exclude standard text files that should be versioned if any (like requirements.txt, readme)
!requirements.txt
!README.txt
# Old directories
old/
old_app/
# Python caching
__pycache__/
*.py[cod]
*$py.class
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Virtual environments
.env/
.venv/
env/
venv/