* Separated routes into single files for better management * Added sql for streamlined example data * Streamlined function names, streamlined template file names - Removed 2 functions with unnecessary code * Added javascript for project overview * New library: tippy.js for tooltips * Added new configuration options for projects * Added cookie secure setting to flask
10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
.idea
|
|
__pycache__/
|
|
venv
|
|
db/*.db
|
|
db/*.db-shm
|
|
db/*.db-wal
|
|
output
|
|
/output/
|
|
*.old
|