初始化模板仓库
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user