# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
*.egg-info/
*.egg

# Build artifacts
build/
dist/
*.whl
*.tar.gz

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

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp

# Secrets — never commit
.env
.env.*
*.pem
*.key
api-keys.env

# uv
.uv/
uv.lock

# Local Claude Code working instructions — not for the public repo
CLAUDE.md

