# Build
build/
build-*/
cmake-build-*/

# IDE
.idea/
#.vscode/
*.swp
*.swo
*~

# Python venv
.venv/

# tetrad source
tetrad-7.6.8
tetrad-7.6.3 

fastcda
fastcausal
test_fastcausal

# Downloaded JARs (not checked in — see README for download instructions)
jars/

# OS
.DS_Store
Thumbs.db

# Compiled objects
*.o
*.a
*.so
*.dylib
*.pyd

# Python package build
*.egg-info/
dist/
wheelhouse/
_skbuild/
__pycache__/
*.pyc

# Jupyter
.ipynb_checkpoints/

# R package build artifacts
r/rtetrad.Rcheck/
r/rtetrad/src/rtetrad.Rcheck/
r/rtetrad/src/Makevars
r/rtetrad_*.tar.gz

# tetrad linked directory
tetrad/
