# This project
archive-cache
src/cmake/data/*
env.json
skbuild
CMake-src
standalone-build
standalone-x86-build
standalone-x64-build

# Python
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.eggs
*.egg-info
dist
build
_skbuild
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
wheelhouse

# Installer logs
pip-log.txt

# Unit test / coverage reports
.cache
.coverage
.pytest_cache
.tox
coverage.xml
htmlcov

# Translations
*.mo

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

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

# IDE junk
.idea/*
*.swp

# Output from cibuildwheel
wheelhouse/

# Version
_version.py

CMakeCache.txt
CMakeFiles
