the-fountainai.git · .gitignore
the-fountainai.git / .gitignore
revision 17a6a97c6ee521e27cb0b7b462947771d9d87dde · complete file
# macOS files .DS_Store # Python cache and build artifacts __pycache__/ *.py[cod] *.egg-info/ build/ dist/ .build/ Package.resolved # Virtual environments .venv/ venv/ ENV/ # Logs and feedback logs/ **/logs/ feedback/ deploy/feedback/ # Environment files dispatcher.env *.env # Editor swap files *.swp *.swo *.xcworkspacedata *.xcuserstate *.plist .swiftpm/ third_party/midi2/ third_party/semantic-browser/ third_party/typesense-swift/ *.db # Local build caches .tmp/ .tmp/clang-cache/ .swift-modulecache/ .clangmodulecache/ **/.swift-modulecache/ **/.clangmodulecache/ service-manifest.json **/service-manifest.json