Files
homework-template/.gitignore
2026-04-08 14:12:22 +08:00

20 lines
227 B
Plaintext

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