# Python related
*.pyc
*.pyo
*.so

# Creating during installation
MANIFEST
build/
dist/
dit.egg-info/

# gedit
*.*~

# known autogenerated .c files
*.o

dit/math/_close.c
dit/math/_samplediscrete.c
dit/math/_*.html

# ignore coverage information
.coverage*
coverage.xml

# ignore project files for various IDEs

# komodo
*.kpf
*.komodoproject
.komodotools

# geany
*.geany

# ignore rope's project directory...
.ropeproject

# vscode
.vscode

# cursor
.cursor/

# vim
*.swp
*.swo

# ignore the documentation build directory
docs/_build/
docs/images/idiagrams.pdf
docs/images/*.png
.idea/
.cache/
.hypothesis/
.pypirc
.pytest_cache/
.vscode
dit/inference/pycounts.c
.mypy_cache
dit.code-workspace
newrelic_agent.log
__marimo__
