From 19e5cbfa1f339931f137d03c16071e7a4dfef1bf Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 10:43:48 +0200 Subject: [PATCH] initial commit --- .gitignore | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6e33f6 --- /dev/null +++ b/.gitignore @@ -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*