20 lines
200 B
Plaintext
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
|