# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# C++ stuff
*.so
*.o
test_cpp
*.gcda
*.gcno
coverage/
coverage*.info
scripts/*.log
*.pyd
lib*.a
qili*.lib

# Profiling stuff
*.prof
callgrind*

# Virtual environments
.venv

# Translation stuff
*.mo

# Hypothesis-generated files
.hypothesis

# Folder for storing user files
.tmp
.env

# Translation stuff
*.mo

# development environment files
.vscode
.coverage

# Sphinx documentation
docs/_build/*
docs/code/api/*
sphinx-verbose.log
sphinx.log

# Code Coverage
junit.xml
coverage.xml