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

# C extensions
*.so
*.o

# Distribution / packaging
.Python
/build/
doc/build
doc/py/list_stats.txt
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
_minted-slides/

#IDE
.idea
.project
.pydevproject
.settings/
.vscode
/venv/
/venv-*/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

.module_name
/doc/doxygen/html
/doc/build/doctrees
/doc/build/latex
/c-extension-test/test
/EggLib.egg-info/

# testing
*.bcf
*.csi
test.py

