# Python
audit-screenshots/
__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
*.pyc

# Virtual environments
venv/
ENV/
env/
.venv

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

# Environment variables
.env
.env.local
.env.*.local

# Database
*.db
*.sqlite
*.sqlite3
backups/

# Logs
*.log
logs/

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

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
frontend/build/

# Docker
docker-compose.override.yml

# Temporary files
tmp/
temp/
*.tmp

# Claude Code worktrees
.claude/worktrees/

customized-plugins/*
marketing/customized-plugins/design.plugin
marketing/customized-plugins/marketing.plugin
marketing/customized-plugins/operations.plugin
marketing/customized-plugins/sales.plugin
