# Python
__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
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Nix
result
result-*

# Environment
.env
.envrc.local

# Harombe runtime
harombe.yaml
.harombe/
*.log

# Claude Code
.claude/

# Node (for prettier pre-commit hook)
node_modules/

# Internal documentation (keep in Notion)
docs/internal/
*_INTERNAL.md
*_DESIGN.md
*_ALIGNMENT*.md
PHASE_*.md
NOTION_*.md
site/
