# Environment and secrets
.env

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

# Virtual environment
.venv/
venv/
ENV/

# Testing
.pytest_cache/
tests/artifacts/
!tests/artifacts/.gitkeep
tests/functional/results/
tests/benchmarks/results/
tests/benchmarks/fixtures/*/node_modules/
tests/benchmarks/fixtures/*/.venv/

# Type checking
.mypy_cache/

# Pre-commit
.pre-commit-cache/

# Stress test execution programs (generated)
sandbox-execution-programs/

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

# OS
.DS_Store
Thumbs.db

# Temp files
sandbox_*_info.txt
logging.json

# Claude Code logs
.claude-logs/
uv.lock
