ads1_2021/.gitignore

35 lines
684 B
Plaintext
Raw Normal View History

2021-10-12 20:38:57 +02:00
*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
!/README.md
################################################################
# PROJECT FILES
################################################################
!/protocol
!/notes
!/notes/glossar.md
!/notes/quellen.md
!/protocol/README.md
!/protocol/woche*.md
!/code
2021-10-22 15:23:20 +02:00
!/code/**/
!/code/**/*.py
!/code/requirements
2021-10-24 19:32:15 +02:00
!/code/config.yml
2021-10-12 20:38:57 +02:00
################################################################
# ARTEFACTS
################################################################
/**/__pycache__
/**/.DS_Store
/**/__archive__*