__pycache__
*/__pycache__
.pytest_cache/
.ruff_cache/
dist/
bartpy.egg-info/
bartorch.egg-info/
.vscode/

# Build trees.  A named one -- build-cpu, build-cuda -- is how two
# configurations are kept side by side; build_tools/ is source and is not one.
build/
build-*/
_skbuild/
.venv/

# Compiled output
*.so
*.so.*
*.dylib
*.dll
*.pyd
*.o
*.a
*.obj
*.lib

# CFL data files
*.cfl
*.hdr

# CMake build artifacts
bartorch/csrc/build/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Docs build
docs/_build/
docs/_templates/

# Attic / legacy demos
attic/demos/.ipynb_checkpoints/
**/.DS_Store
