# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
wheels/

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

# PyPI / packaging
.pypirc
*.whl
*.tar.gz

# Agent runs
runs/
*.ndjson
*.lock

# IDE
.vscode/
.idea/
.claude/
*.suo
*.user

# OS
.DS_Store
Thumbs.db

# Hatch
.hatch/
