mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 08:03:46 +00:00
27 lines
197 B
Text
27 lines
197 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
thoughts/
|
|
|
|
# UV
|
|
.uv/
|
|
uv.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Project specific
|
|
.solved.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|