2023-07-21 11:04:47 +02:00
|
|
|
# Secrets
|
|
|
|
/.env
|
|
|
|
|
2023-05-12 20:29:46 +02:00
|
|
|
# Locally installed environments
|
2023-07-21 11:04:47 +02:00
|
|
|
/app/.venv/
|
2023-07-21 12:04:00 +02:00
|
|
|
/node_modules/
|
2023-05-10 17:19:38 +02:00
|
|
|
|
2023-07-27 13:29:32 +02:00
|
|
|
# Local development data
|
2023-05-12 04:59:05 +02:00
|
|
|
/.postgres/
|
2023-07-27 13:29:32 +02:00
|
|
|
/.gotify/
|
2023-05-12 04:59:05 +02:00
|
|
|
|
2023-05-10 17:19:38 +02:00
|
|
|
# Cache files and directories
|
2023-05-12 20:29:46 +02:00
|
|
|
**/*.pyc
|
|
|
|
**/__pycache__/
|
2023-05-10 17:19:38 +02:00
|
|
|
/.parcel-cache/
|
2023-07-21 12:04:00 +02:00
|
|
|
/app/static/dist/
|
2023-05-10 17:19:38 +02:00
|
|
|
|
|
|
|
# Latex compiled files
|
2023-04-26 10:25:42 +02:00
|
|
|
**/*.aux
|
2023-04-27 01:50:54 +02:00
|
|
|
**/*.bbl
|
|
|
|
**/*.bcf
|
|
|
|
**/*.blg
|
2023-04-26 10:25:42 +02:00
|
|
|
**/*.gz
|
2023-04-27 01:50:54 +02:00
|
|
|
**/*.log
|
2023-08-19 14:15:06 +02:00
|
|
|
**/*.lof
|
|
|
|
**/*.lot
|
|
|
|
**/*.toc
|
2023-04-27 01:50:54 +02:00
|
|
|
**/*.out
|
|
|
|
**/*.run.xml
|
2023-05-10 17:19:38 +02:00
|
|
|
docs/proposal/*.pdf
|
2023-08-19 14:15:06 +02:00
|
|
|
docs/thesis/*.pdf
|
2023-05-11 14:45:26 +02:00
|
|
|
|
|
|
|
# Drawio backup and lock files
|
|
|
|
**/*.drawio.bkp
|
|
|
|
**/*.drawio.dtmp
|
2023-06-05 12:27:33 +02:00
|
|
|
|
|
|
|
# Libreoffice lock files
|
|
|
|
**/.~lock*
|