# CMake build files
/CMakeCache.txt
/Testing/
CMakeFiles/
Makefile
cmake_install.cmake
install_manifest.txt

# Other brainvisa-cmake files
/bin/bv_env_host
/share/
/python/brainvisa/maker/installed_files.txt
/python/brainvisa/maker/version.py
/CPackConfig.cmake
/CPackSourceConfig.cmake
CTestTestfile.cmake
/debian-control
/installed_files.txt

# Generated documentation
/doc/sphinx/bv_maker_help*.rst

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
