first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
venv
|
||||
staticfiles
|
||||
./db.sqlite3
|
||||
.idea
|
||||
*~
|
||||
*.sqlite3
|
||||
_static_root
|
||||
_bots*s
|
||||
__temp*
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.DS_Store
|
||||
*.otreezip
|
||||
/Sample Code/
|
||||
Loading…
Add table
Add a link
Reference in a new issue