__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.local
.idea/
.vscode/
.mypy_cache/
.pytest_cache/
.ruff_cache/
data/input/*
data/work/*
!data/input/.gitkeep
!data/work/.gitkeep
*.log
.DS_Store
