changed to python312

This commit is contained in:
2026-03-28 12:26:45 -06:00
parent 4a857d8cbf
commit 2ffc406b10
9 changed files with 443 additions and 64 deletions

30
.gitignore vendored
View File

@ -6,10 +6,15 @@ frontend/dist/
# Python
venv/
.venv312/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
# IDE / Editor
.vscode/
@ -18,16 +23,33 @@ __pycache__/
# OS files
.env
.env.local
.env.*.local
.DS_Store
Thumbs.db
*.swp
*.tmp
# Logs
*.log
logs/
# Lock files (root only — frontend lock is committed)
/package-lock.json
# Electron build output
# 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