# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# uv
uv.lock

# Never commit credentials
*.json.key
service-account*.json
.env
.env.*
