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

# Virtual environments
.venv/
venv/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment
.env

# Project-specific
data/
docs/*.pdf

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
