# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.venv
venv/
.pytest_cache/
.mypy_cache/
dist/
build/

# --- Env / secrets ---
.env
.env.*
*.credentials

# --- IDEs / Editors ---
.vscode/
.idea/
*.swp
*.swo

# --- OS ---
.DS_Store
Thumbs.db
desktop.ini
