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

# Virtual environment
.venv/
venv/
env/

# Environment variables
.env

# IDE
.vscode/
.idea/

# Testing / coverage
.pytest_cache/
htmlcov/
.coverage
tests/fixtures/private*/

# Docker
*.log

# OS
.DS_Store

# Smoke scripts (dev-only, not for CI)
scripts/smoke_*.py
Thumbs.db

# Claude Code
.claude/
logs/
