init proj skeleton
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.vscode/
|
||||
.env
|
||||
.DS_Store
|
||||
.idea/
|
||||
logs/
|
||||
*.log
|
||||
coverage/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.ipynb_checkpoints/
|
||||
.envrc
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.pyre/
|
||||
.pytype/
|
||||
.cache/
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.asc
|
||||
Reference in New Issue
Block a user