# These should generally be ignored (and actually belong into a users global
# .gitignore or inside a repositories .git/info/exclude)
.DS_Store
.*sw?

# Build artifacts
/build*/
/nix/build/
/compile_commands.json
.mypy_cache/
__pycache__/
.clangd/

# Files generated by vast and vast-test
/vast.ini
/vast.db/
/vast*.log
/vast-unit-test/
/vast-integration-test*/

# PyVAST build artifacts
/pyvast/build/
/pyvast/dist/
/pyvast/env/
/pyvast/venv/
/pyvast/**/__pycache__/
/pyvast/*.egg-info/
/pyvast/*tar.gz

# VAST example artifacts
/examples/**/venv/
/examples/**/.ipynb_checkpoints/
