Commit a4ba230e authored by 375242562@qq.com's avatar 375242562@qq.com

Add .gitignore for Python, Node, IDE and OS artifacts

Excludes: .venv, node_modules, dist, .env, *.db, __pycache__, .DS_Store, .idea
parent 38fb8311
# ===== Python / Backend =====
__pycache__/
*.py[cod]
*.pyo
.venv/
.env
*.db
*.db-shm
*.db-wal
# ===== Node / Frontend =====
node_modules/
dist/
.vite/
# ===== IDE =====
.vscode/
.idea/
*.swp
# ===== OS =====
.DS_Store
Thumbs.db
# ===== Logs =====
*.log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment