# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
wheels/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/
.pyre/

# Notebook / interactive
.ipynb_checkpoints/

# IDE / editor settings
.idea/
.vscode/

# OS metadata
.DS_Store
Thumbs.db

# Logs / local env files
*.log
.env
.env.*

# Local docs/artifacts not needed in source control
*.pdf
