# ===== Secrets — never commit =====
.env
*.key
*.pem

# ===== Python =====
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.venv/
venv/

# ===== Tooling =====
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# ===== Editors / OS =====
.DS_Store
.idea/
.vscode/

# ===== local config =====
.env
