# 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/*.log
tests/artifacts/*.log.*
tests/artifacts/*.txt
tests/artifacts/*.json
tests/artifacts/stress/
!tests/artifacts/.gitkeep

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

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

# OS
.DS_Store
Thumbs.db

# Temp files
sandbox_*_info.txt

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