first commit

This commit is contained in:
Matteo Benedetto
2025-04-14 20:34:19 +02:00
commit 88c8bb39f8
7 changed files with 442 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# Environment variables
.env
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
venv/
env/
ENV/
.venv/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Testing
.pytest_cache/
.coverage
htmlcov/
# Jupyter Notebooks
.ipynb_checkpoints