# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Environment files
.env
.env.*
!.env.example

# Test and tooling caches
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/

# Editors and OS files
.DS_Store
.idea/
.vscode/

# Local worktrees
.worktrees/
worktrees/

# Agent instructions
AGENTS.md
CODEX_PROJECT_PLAN.md

# Docs and checklists
docs/promotion-checklist.md
docs/announcements/
