notebooks/.gitignore

38 lines
767 B
Plaintext

*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
!/.env
!/README.md
!/LICENSE
!/justfile
!/requirements.txt
################################################################
# PROJECT FILES
################################################################
!/src
!/src/**/
!/src/**/*.py
!/docs
!/docs/*.ipynb
################################################################
# ARTEFACTS
################################################################
**/.DS_Store
**/__pycache__
**/*__archive__*
################################################################
# Git Keep
################################################################
!/**/.gitkeep