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

# Virtual environment
.venv/
venv/
env/

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

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Reports and output
reports/
output/

# Workspace (agent working files — ephemeral, not for version control)
tmp/

# API
*.pid
*.sock
