# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
junit.xml

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
pyrightconfig.json

# Ruff
.ruff_cache/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Documentation
docs/_build/
site/

# Build artifacts
*.prof
*.lprof

# OS
.DS_Store
Thumbs.db
.Spotlight-V100
.Trashes

# Temporary files
*.tmp
*.bak
*.log
.cache/

# Local storage
.notes/
.claude/settings.local.json
