*
!/.gitignore

################################################################
# MAIN FOLDER
################################################################

!/.env
!/justfile
!/.coveragerc
!/README.md
!/LICENSE
!/requirements.txt
!/pyproject.toml

################################################################
# PROJECT FILES
################################################################

!/src
!/src/**/
!/src/**/*.py
!/main.py

!/tests
!/tests/**/
!/tests/**/*.py

!/assets
!/assets/**/

!/dist
!/dist/VERSION

################################################################
# AUXLIARY
################################################################

/logs

################################################################
# ARTEFACTS
################################################################

/**/__pycache__
/**/.DS_Store
/**/__archive__*

################################################################
# Git Keep
################################################################

!/**/.gitkeep