__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.ruff_cache/
.mypy_cache/
.pytest_cache/
htmlcov/
.coverage
.env
.env.*
!.env.example
!.env.sample
.venv/
venv/
*.whl

# Secrets / credentials (never commit these)
*.pem
*.key
*.p12
*.pfx
*.keystore
*.jks
id_rsa
id_dsa
id_ecdsa
id_ed25519
credentials.json
credentials.yml
credentials.yaml
service-account*.json

# Project-specific dev-helper dotfiles
.dev_helpers_token
.dev_helpers_port
.dev_helpers_pg_*
.dev_helpers_redis_*

# IDE / editor
.idea/
.vscode/
*.swp
.DS_Store
