# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Virtual environments
venv/
env/
ENV/
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Git
.git/
.gitignore

# Documentation
docs/
*.md
!README.md
!LICENSE

# CI/CD
.github/

# Local data
data/
archivio/
*.db
*.sqlite
*.log

# Environment
.env
.env.local

# Development
Makefile
docker-compose.yml
Dockerfile
.dockerignore
