# Rust
/target
**/*.rs.bk

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

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

# OS specific
.DS_Store
Thumbs.db

# Test and cache
.pytest_cache/
.ruff_cache/

# Benchmark outputs
*.log
benchmark_results.json

# Scripts (local automation)
auto_merge_and_release.sh
monitor_and_merge.sh

# Claude Code local state
.claude/

# TLS test certs (generated via `make tls-certs`)
tests/certs/
