# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Testing
.coverage
htmlcov/
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Environment
.env
.env.local
secrets.json
*.pem
*.key

# Claude Code / AI dev tools
.claude/
CLAUDE.md
CLAUDE.local.md

# Prompts (internal development)
prompts/

# Dev-only files
setup.sh
plugin-install.txt
PLUGINS_SETUP.md

# OS
.DS_Store
Thumbs.db

# Audit logs (don't commit real audit data)
audit_logs/
*.jsonl
!tests/fixtures/*.jsonl
