# Object files
*.o
*.pkl
*.pyc

# Libraries
*.lib
*.a

# Eclipse files
.settings/
*.project
*.classpath

# IntelliJ files
.idea/
*.iml

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Temporary files
*~

# other stuff
*.xpr
*.swp
/bin/
.*.swp
*.sublime-*

# Java stuff
*.javac
.gwt/
target/

generated-doc/

.DS_Store
.coverage
.doctrees
.tox/
_sources/
_static/
build/
docs/.DS_Store
docs/build/


