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
|
2021-10-12 20:38:57 +02:00
|
|
|
|
|
|
|
################################################################
|
|
|
|
# ARTEFACTS
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
/**/__pycache__
|
|
|
|
/**/.DS_Store
|
|
|
|
/**/__archive__*
|