mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-05 07:07:44 +00:00
29 lines
196 B
Plaintext
29 lines
196 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.spec
|
|
|
|
# Output
|
|
output/
|
|
*.db
|
|
*.sqlite3
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|