# IDE and editor state
.idea/
.vscode/
*.swp
*.swo

# Python cache and build outputs
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/

# Node/npm cache and build outputs
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Virtual environments
.venv/
venv/
env/

# Local configuration and secrets
.env
.env.*
!.env.example
gha-creds-*.json
client_secret*.json
GoogleIDPMetadata*.xml
*.pem
*.key
*.crt
*.p12
*.pfx
secrets/

# Logs and local runtime data
*.log
logs/
tmp/
*.sqlite
*.db

# Docker local overrides
docker-compose.override.yml
