* !/.gitignore ################################################################ # MAIN FOLDER ################################################################ !/.env !/Makefile !/README.md !/LICENSE !/requirements ################################################################ # 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