# environments & secrets
.env
.venv/
venv/

# python build/runtime artifacts
__pycache__/
*.pyc
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
