Initial commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
*.pyc
|
||||||
|
*.pyd
|
||||||
|
*.pyo
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
env/
|
||||||
|
.env/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.egg-info/
|
||||||
|
.coverage
|
||||||
|
.tox/
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
Pipfile.lock # Consider if you want to include or exclude
|
||||||
|
|
||||||
|
# macOS-specific ignores
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
._*
|
||||||
|
*~.nib
|
||||||
|
*~.xib
|
||||||
Reference in New Issue
Block a user