# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/

# OS / editor junk
.DS_Store
*.swp
*.swo
.idea/
# .vscode/

# Environments and secrets
.env
.venv
venv/
*.pem
*.key

# AI model memory/context files
CLAUDE.md
CLAUDE.local.md
.claude/
AGENTS.md
CODEX.md
.codex/
.opencode/
.cursorrules
.cursor/
.aider*
.copilot/
graphify-out/
*.pt
.serena/

# Local working docs and scratch scripts (kept out of the repo)
*.local.md
*.local.py
