# ============================================================
# Python
# ============================================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ============================================================
# Virtual Environments
# ============================================================
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
build_env/

# ============================================================
# PyInstaller
# ============================================================
*.manifest
*.spec
pyinstaller-hooks/

# ============================================================
# IDE and Editors
# ============================================================
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# ============================================================
# Operating System
# ============================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# ============================================================
# Testing
# ============================================================
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/

# ============================================================
# Generated HTML (from examples)
# ============================================================
examples/*.html

# ============================================================
# Installer (local only, not in Git)
# ============================================================
installer/
installer-output/
*.exe

# ============================================================
# Local development
# ============================================================
*.log
*.bak
*.tmp
*.temp
.cache/
tmp/

# ============================================================
# Distribution
# ============================================================
*.tar.gz
*.zip
*.whl
*.egg

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

# ============================================================
# Jupyter
# ============================================================
.ipynb_checkpoints/