26 lines
287 B
Plaintext
26 lines
287 B
Plaintext
# Backend config file
|
|
/config.py
|
|
|
|
# Local environments
|
|
/.venv/
|
|
/node_modules/
|
|
|
|
# Cache files and directories
|
|
*.pyc
|
|
__pycache__/
|
|
/.parcel-cache/
|
|
|
|
# Bundled files
|
|
/dist/
|
|
|
|
# Latex compiled files
|
|
**/*.aux
|
|
**/*.bbl
|
|
**/*.bcf
|
|
**/*.blg
|
|
**/*.gz
|
|
**/*.log
|
|
**/*.out
|
|
**/*.run.xml
|
|
docs/proposal/*.pdf
|