# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# Build artifacts
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Distribution / packaging
pip-wheel-metadata/
.installed.cfg

# Environment / secrets
.env
.env.*
*.env
.envrc

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

# OS
.DS_Store
.DS_Store?
._*
Thumbs.db
desktop.ini

# Node / React (frontend build only — committed assets live in ui/dist/)
agentwall/inspector/ui/node_modules/
agentwall/inspector/ui/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity

# Local databases
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Temporary / scratch
*.tmp
*.bak
*.old
*.orig
*.backup

# Internal planning docs
docs/superpowers/
CLAUDE.md