__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.venv/
dist/
build/
*.egg-info/

# Secrets / local env
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key

# IDE / editor
.idea/
.vscode/
*.sublime-workspace

# OS turds
.DS_Store
Thumbs.db
desktop.ini
._*
