# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Generated files
output/
*.log
# Local/input PDFs and spreadsheets
input/
data/*.xlsx
data/*.csv
# OS/editor
.DS_Store
.vscode/
.idea/