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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing / type-checking caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.dmypy.json
.coverage
htmlcov/
.hypothesis/

# IDE / agent tooling
.idea/
.vscode/
.claude/
*.swp

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Local-only retention; never pushed to GitHub.
archive/
