# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.*cache/

# Distribution / packaging
/dist/

# Tests and coverage
/data/
/node_modules/

# docs
/docs/generated/
/docs/_build/

# IDE & editor settings
.idea/
.vscode/

# CI / GitHub config kept only locally
.github/

# Jupyter artefacts
tutorials/.ipynb_checkpoints/
