Initiall development.
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# general things to ignore
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.py[cod]
|
||||
__pycache__/
|
||||
*.so
|
||||
*~
|
||||
|
||||
# due to using tox and pytest
|
||||
.tox
|
||||
.cache
|
||||
|
||||
# editor ignores
|
||||
.idea
|
||||
|
||||
# package ignores
|
||||
sensehatsnake/config.py
|
||||
data/database.json
|
||||
Reference in New Issue
Block a user