20 lines
182 B
Plaintext
20 lines
182 B
Plaintext
# Secrets
|
|
.env
|
|
gitea-api.txt
|
|
|
|
# Python / runtime
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.log
|
|
server.log
|
|
app.log
|
|
|
|
# OS / office temp files
|
|
.DS_Store
|
|
Thumbs.db
|
|
~$*.docx
|
|
|
|
# Local scratch
|
|
*.tmp
|