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

# Virtual environments
venv/
env/
ENV/
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
.mypy_cache/
.ruff_cache/
coverage.xml
nosetests.xml

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

# Git
.git/
.gitignore
.gitattributes

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

# CI/CD
.github/

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

# Environment
.env
.env.local
.env.*.local

# Development
Makefile
makefiles/
docker-compose.yml
Dockerfile
.dockerignore
.pre-commit-config.yaml

# ML Models (can be large)
.models/

# Type stubs (not needed at runtime)
stubs/

# Media files (not needed in container)
media/
assets/
*.mp4
*.webm
*.gif
*.png
*.jpg
*.jpeg

# Archives
*.tar.gz
*.zip
*.tar

# Temporary files
tmp/
temp/
.tmp/

# Landing Page
landing-page/node_modules/
landing-page/dist/
