# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Environments
.env
.venv
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# GitNexus index (regenerable, LARGE)
.gitnexus/

# CGC index
.cgc/

# Python
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Logs
*.log
logs/

# Kilo worktrees
.kilo/worktrees/
.kilo/node_modules/

# ===== PUBLIC REPO EXCLUSIONS (both branches) =====
# These should never be tracked in any branch

# Claude IDE configs (platform-specific)
/.claude/
/CLAUDE.md
