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

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Virtual envs
.venv/
venv/
env/

# Lockfile control: keep uv.lock tracked, ignore caches
.uv-cache/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

# Secrets / credentials — never commit
.env
.env.*
!.env.example
*.json.key
service-account*.json
application_default_credentials.json

# AI session context — kept locally, not published
CLAUDE.md
.claude/
graphify-out/
