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

# Env / secrets
.env
.venv/
venv/

# OS
.DS_Store
