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

# Virtual environments
.venv/
venv/

# UV
uv.lock

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

# Claude Code
.claude/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Docker
docker-compose.override.yml

# Langfuse local data
langfuse-data/

# Benchmark results (generated, may contain API keys in config)
benchmarks/results/
