[853718]: / .gitignore

Download this file

40 lines (33 with data), 424 Bytes

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.cpp
*.so

# installed libraries
libs/

# temporary structure
build/
output*/
results/
temp/
temporary/
applications/

# PyCharm
.idea/
# Dropbox sync
.dropbox.attr

# Unit test / coverage reports
htmlcov/
.tox/
pytest.*
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Raw illustrations
figures/*.png