# Binaries bin/ drama-generator backend *.exe *.dll *.so *.dylib drama-generator.exe # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work # IDE .idea/ .vscode/ *.swp *.swo *~ # Environment .env .env.local # Logs *.log # OS .DS_Store Thumbs.db # Build dist/ build/ # Temporary files tmp/ temp/ # Data (database and uploaded files) data/drama_generator.db data/storage/videos/* !data/storage/videos/.gitkeep # Frontend build output web/dist/ web/node_modules/ web/.vite/ web/.env.local # Config file (use config.example.yaml as template) configs/config.yaml # Docker publish documentation (optional) DOCKER_PUBLISH.md build.sh /data/storage/ /web/package-lock.json .DS_Store