# Environment
.env
.env.local
credentials.json
state.json

# IDE
.vscode/
.idea/
.shard/

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

# uv / virtual environment (uv.lock IS committed)
.venv/
kiro/_version.py

# Debug logs (generated when DEBUG_MODE is enabled)
debug_logs*/
debug*.json

# Project-specific
_notes/
requests/

# Testing
.pytest_cache/
.coverage
htmlcov/