# ignore notebooks
*.ipynb

# ignore terraform artifacts
*.tfstate
*.tfstate.backup
*.tfplan
.terraform
.terraform.lock.hcl

# ignore python artifacts
*.pyc
*.pyo
*.env
*.venv
*.egg-info
build/
dist/
*.whl
*.egg
__pycache__/

# ignore pytorch artifacts
*.pth
*.pth.tar
*.pt

# dev
kubeflow/components/data_pull_e2e/*

# do not ignore notebooks in the notebooks directory
*/notebooks/**
!*/notebooks/*.ipynb

# for now ignore the frontend
aq-frontend
