__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env*
!.env.example
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
*.log
.DS_Store
Thumbs.db

# Secret files
*.pem
*.key
*.crt
*.p12
credentials.json
secrets.yaml
.secret*

# IDE
.idea/
.vscode/
