# secrets — never commit
.env
.env.*
!.env.example

# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
/.venv/
/.venv
.mypy_cache/
.pytest_cache/
.ruff_cache/
.import_linter_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/

# os / ide
.DS_Store
.idea/
.vscode/
postman/*.local.json
