39 lines
481 B
Plaintext
39 lines
481 B
Plaintext
# Secrets
|
|
/.env
|
|
|
|
# Locally installed environments
|
|
/app/.venv/
|
|
/node_modules/
|
|
|
|
# Local development data
|
|
/.postgres/
|
|
/.gotify/
|
|
|
|
# Cache files and directories
|
|
**/*.pyc
|
|
**/__pycache__/
|
|
/.parcel-cache/
|
|
/app/static/dist/
|
|
|
|
# Latex compiled files
|
|
**/*.aux
|
|
**/*.bbl
|
|
**/*.bcf
|
|
**/*.blg
|
|
**/*.gz
|
|
**/*.log
|
|
**/*.lof
|
|
**/*.lot
|
|
**/*.toc
|
|
**/*.out
|
|
**/*.run.xml
|
|
docs/proposal/*.pdf
|
|
docs/thesis/*.pdf
|
|
|
|
# Drawio backup and lock files
|
|
**/*.drawio.bkp
|
|
**/*.drawio.dtmp
|
|
|
|
# Libreoffice lock files
|
|
**/.~lock*
|