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

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

# Virtual envs
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# Editors / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Notebooks
.ipynb_checkpoints/

# AI assistant guidance (local-only; may reference identity/process notes)
CLAUDE.md
CLAUDE.local.md
.claude/
