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

# Virtual environment
.venv/
venv/
env/

# Environment variables
.env

# Cryptographic keys
*.pem

# IDE
.vscode/
.idea/

# Testing / coverage
.pytest_cache/
htmlcov/
.coverage

# Docker
*.log

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/
logs/

# Eval private test data
services/batch-agent/eval/fixtures/private_data/
