enhancement

This commit is contained in:
Francesco Picone
2025-12-29 12:55:53 +01:00
parent 74bdffc411
commit 7c00b1af87
7 changed files with 260 additions and 24 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Environment
.env
.env.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
# Docker
data/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log