* !/.gitignore ################################################################ # MAIN FOLDER ################################################################ !/.env !/Makefile !/README.md !/LICENSE !/Cargo.toml !/Cargo.lock ################################################################ # PROJECT FILES ################################################################ !/src !/src/**/ !/src/**/*.rs !/tests !/tests/**/ !/tests/**/*.rs !/src !/assets !/assets/**/ !/dist !/dist/VERSION ################################################################ # AUXLIARY ################################################################ /logs ################################################################ # ARTEFACTS ################################################################ /**/__pycache__ /**/.DS_Store /**/__archive__* ################################################################ # Git Keep ################################################################ !/**/.gitkeep