59 lines
610 B
Plaintext
59 lines
610 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
frontend/dist/
|
|
|
|
# Python
|
|
venv/
|
|
.venv312/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.idea/
|
|
.cursor/
|
|
|
|
# Submodules (can be cloned separately if needed)
|
|
CutScript/
|
|
|
|
# OS files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.tmp
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Build output
|
|
frontend/dist/
|
|
dist/
|
|
build/
|
|
*.asar
|
|
target/
|
|
src-tauri/target/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Rust
|
|
Cargo.lock
|
|
|
|
# Lock files (root only — frontend lock is committed)
|
|
/package-lock.json
|