ads2_2022/code/python/.gitignore

52 lines
991 B
Plaintext
Raw Normal View History

2022-03-30 18:00:11 +02:00
*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
!/.env
!/Makefile
!/README.md
!/LICENSE
!/requirements
2022-04-18 19:03:52 +02:00
!/pyproject.toml
2022-03-30 18:00:11 +02:00
################################################################
# PROJECT FILES
################################################################
!/src
!/src/**/
!/src/**/*.py
!/tests
!/tests/**/
!/tests/**/*.py
!/assets
!/assets/**/
!/dist
!/dist/VERSION
################################################################
# AUXLIARY
################################################################
/logs
################################################################
# ARTEFACTS
################################################################
/**/__pycache__
/**/.DS_Store
/**/__archive__*
################################################################
# Git Keep
################################################################
!/**/.gitkeep