Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
19
backup/fina-2/.gitignore
vendored
Normal file
19
backup/fina-2/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
*.pyc
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
.venv
|
||||
.env
|
||||
data/
|
||||
uploads/
|
||||
*.db
|
||||
*.sqlite
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue