**/compile_commands.json
venv/
.venv/
.vscode
build/

# python build outputs
dist/
wheelhouse/
__pycache__
src/vmecpp/__about__.py

# bazel output directories
bazel-*
src/vmecpp/cpp/_vmecpp.so

# developers will clone this in order to have the full test suite available
src/vmecpp/cpp/vmecpp_large_cpp_tests/
