Files
skymap-gen/.gitignore

82 lines
952 B
Plaintext

!.env.example
!package-lock.json
!src-tauri/Cargo.lock
# Editor / IDE
# Generated skymaps and temporary outputs
# Keep lockfiles tracked for reproducible app builds.
# Local environment and secrets
# Local model weights and ML cache artifacts
# Node / Vite
# Python
# Python packaging / tooling caches
# Tauri / Rust build outputs
# macOS
*$py.class
*.ckpt
*.egg-info/
*.log
*.onnx
*.pt
*.pth
*.py[cod]
*.safetensors
*.swo
*.swp
*.tmp
.DS_Store
.cache
.coverage
.env
.env.*
.git
.idea/
.mypy_cache
.mypy_cache/
.next
.nuxt
.parcel-cache
.pytest_cache
.pytest_cache/
.python-version
.ruff_cache/
.turbo
.venv
.venv/
.vscode/
__pycache__
__pycache__/
build
build/
coverage
dist
dist-tauri
dist/
env/
htmlcov/
logs
models/
node_modules
node_modules/
npm-debug.log*
out
output
output/
outputs/
pnpm-debug.log*
src-tauri/gen
src-tauri/target
src-tauri/target/
target
target/
temp
tmp
tmp*
venv
venv/
yarn-debug.log*
yarn-error.log*
*.o
*.lock
*.dylib
*.app