# Python
__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

# Virtual environments
env/
venv/
.venv/

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

# Environment
.env

# Storage (database and populations)
storage/

# Simulation results
results/

# Cache
data/cache/

# Logs
logs/

# OS
.DS_Store
Thumbs.db


austin/
examples/

# Simulation artifacts
*.sqlite
*.db
*.jsonl

# Tool caches
__pypackages__/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Claude Code
.claude/agents/

# Private (competitive intel, internal planning, todos)
private/
todo/