initial commit
This commit is contained in:
77
.gitignore
vendored
Normal file
77
.gitignore
vendored
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
!.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*
|
||||||
Reference in New Issue
Block a user