# Python
__pycache__/
*.py[cod]
*.pyo
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
coverage/
lcov.info
dist/
*.egg-info/
.env
.env.local
.venv 

# Node
node_modules/
.next/
out/
*.tsbuildinfo

# IDE
.vscode/
.idea/
*.swp

# GCP credentials
*-credentials.json
service-account*.json

# Linting
.eslintcache
.ruff_cache/