21 lines
174 B
Plaintext
21 lines
174 B
Plaintext
*.pyc
|
|
*.egg-info/
|
|
.tox/
|
|
|
|
# Eclipse
|
|
.settings
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# pytest
|
|
.cache/
|
|
|
|
# autodoc created by sphinx
|
|
gh-pages/
|
|
|
|
# Distribution creation
|
|
dist/
|