36 lines
284 B
Plaintext
36 lines
284 B
Plaintext
.env
|
|
|
|
# python
|
|
__pycache__
|
|
*.py[co]
|
|
.ipynb_checkpoints
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Eclipse PyDev
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm
|
|
.idea
|
|
|
|
# ViM
|
|
.*.swp
|
|
|
|
# Emacs
|
|
\#*#
|
|
|
|
# OS files
|
|
.DS_Store
|
|
desktop.ini
|
|
|
|
# Archives
|
|
*.tar
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.zip
|
|
*.whl
|