21 lines
218 B
Plaintext
21 lines
218 B
Plaintext
# 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
|