52 lines
990 B
Plaintext
52 lines
990 B
Plaintext
|
*
|
||
|
!/.gitignore
|
||
|
|
||
|
################################################################
|
||
|
# MAIN FOLDER
|
||
|
################################################################
|
||
|
|
||
|
/.env
|
||
|
!/Makefile
|
||
|
!/README.md
|
||
|
!/LICENSE
|
||
|
|
||
|
################################################################
|
||
|
# PROJECT FILES
|
||
|
################################################################
|
||
|
|
||
|
!/notes
|
||
|
|
||
|
!/protocol
|
||
|
!/protocol/README.md
|
||
|
!/protocol/woche*.md
|
||
|
|
||
|
!/scripts
|
||
|
!/scripts/*.sh
|
||
|
|
||
|
!/code
|
||
|
!/code/python
|
||
|
!/code/rust
|
||
|
|
||
|
!/dist
|
||
|
!/dist/VERSION
|
||
|
|
||
|
################################################################
|
||
|
# AUXLIARY
|
||
|
################################################################
|
||
|
|
||
|
/logs
|
||
|
|
||
|
################################################################
|
||
|
# ARTEFACTS
|
||
|
################################################################
|
||
|
|
||
|
/**/__pycache__
|
||
|
/**/.DS_Store
|
||
|
/**/__archive__*
|
||
|
|
||
|
################################################################
|
||
|
# Git Keep
|
||
|
################################################################
|
||
|
|
||
|
!/**/.gitkeep
|