# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
env/
.uv/

# Claude Code / AI instructions (per-developer, not committed)
.claude/
CLAUDE.md
launch-posts.md

# IDE
.idea/
.vscode/
*.code-workspace

# agentsweep runtime
*.bak
agentsweep-audit.jsonl

# Secrets
.env
.env.*
*.pem
*.key

# OS
.DS_Store
Thumbs.db
desktop.ini
