# ======================================================
# Python
# ======================================================
__pycache__/
*.py[cod]
*.pyd
*.so
*.dll

# Virtual environments
.env
.venv
venv/
env/

# Conda
.conda/
conda-env/
*.conda

# ======================================================
# Build / packaging
# ======================================================
build/
dist/
*.egg-info/
.eggs/

# Editable installs / wheels
pip-wheel-metadata/

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

# ======================================================
# Pytest
# ======================================================
.pytest_cache/
.coverage
htmlcov/

# ======================================================
# Sphinx documentation
# ======================================================
docs/build/
docs/_build/

# ======================================================
# VS Code
# ======================================================
.vscode/

# ======================================================
# Claude Code
# ======================================================
.claude/

# ======================================================
# OS specific
# ======================================================
# Windows
Thumbs.db
Desktop.ini

# macOS
.DS_Store

# ======================================================
# Logs / temp
# ======================================================
*.log
*.tmp
*.bak
