init
This commit is contained in:
parent
be5fb603f3
commit
859fb7a19d
11 changed files with 436 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pyc
|
||||
|
||||
# Virtual env
|
||||
venv/
|
||||
ENV/
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Log, data
|
||||
*.log
|
||||
*.sqlite3
|
||||
accounts.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue