Files
TalkEdit/.gitignore
2026-04-07 23:08:27 -06:00

56 lines
548 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/
# 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