# Real configuration (contains Canvas API token + course-specific IDs).
config.toml

# Student data — never commit any of this.
attendance_reports_*.csv
students_contacted.tsv
attendance_summary.csv

# Common archival material your working dir may collect.
screenshot-*.png
*.pdf
*.svg

# Python bytecode.
__pycache__/
*.pyc

# md2html preview output.
*.html
