# 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 Environment
.venv/
venv/
ENV/
env/

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.hypothesis/

# Benchmark results (not the scripts!)
benchmarks/benchmark_results_*.json
benchmarks/*.json
benchmarks/*.csv
benchmarks/*.txt
benchmark_results_*.json
*.benchmark.json

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

# Environment
.env
.env.local

# Dependencies
uv.lock
node_modules/
package-lock.json
yarn.lock

# Misc
*.log
.cache/
tmp/
temp/

# E2B templates (user-specific IDs)
benchmarks/e2b-daytona-benchmark/e2b.toml
.e2b-templates/
