changed to python312
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user