# Byte-compiled / optimized / DLL files
__pycache__/
nodes/__pycache__/
*.py[cod]
*.pyc

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
wheelhouse/
eggs/
lib/
lib64/
parts/
sdist/
var/
test/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# vscode
.vscode

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/
docs/apidocs/
docs/Makefile

# Ignore test results
tests/logs/
tests/*.png
tests/*.PNG
tests/*.csv
*results.json
*result.json

# Clang tooling
*compile_commands.json
*compile_flags.txt
*.clangd

# Benchmarking
benchmark_files
src/kompass_cpp/benchmarks/*.png
