Files
homework-template/.gitignore
2026-04-08 13:55:17 +08:00

20 lines
200 B
Plaintext

# Environment
.env
.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
.ruff_cache/
# Data (homework content - use as template)
data/
# Generated outputs
index.pdf
index.typ
# Secrets
.secret