removed persistant data
This commit is contained in:
parent
345a801c40
commit
627f805377
10 changed files with 412 additions and 29 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
# byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# tests and coverage
|
||||
*.pytest_cache
|
||||
.coverage
|
||||
|
||||
# database & logs
|
||||
*.db
|
||||
*.sqlite3
|
||||
*.log
|
||||
|
||||
# venv
|
||||
env
|
||||
venv
|
||||
|
||||
# other
|
||||
.DS_Store
|
||||
|
||||
# sphinx docs
|
||||
_build
|
||||
_static
|
||||
_templates
|
||||
|
||||
# javascript
|
||||
package-lock.json
|
||||
.vscode/symbols.json
|
||||
|
||||
apps/static/assets/node_modules
|
||||
apps/static/assets/yarn.lock
|
||||
apps/static/assets/.temp
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue