main > main: init

This commit is contained in:
RD
2022-10-08 09:51:18 +02:00
commit 669796b805
5 changed files with 178 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
*
!/.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