46 lines
435 B
Plaintext
46 lines
435 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Sphinx
|
|
doc/_build
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Gedit
|
|
*~
|
|
|
|
# Jupyter (ipython)
|
|
.ipynb_checkpoints/
|
|
*-checkpoint.ipynb
|
|
|
|
# Pypot record files
|
|
*.record
|
|
|