You've already forked pruchase_jhw
first commit
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Environment files(允许提交示例)
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
|
||||
# Logs & runtime artifacts
|
||||
logs/
|
||||
src/logs/
|
||||
*.log
|
||||
archives/
|
||||
src/archives/
|
||||
.debug.log
|
||||
|
||||
## Browser profiles / caches
|
||||
.tmp_video_profile*/
|
||||
|
||||
# Tool caches
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
.trae/
|
||||
.cursor/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
/tmp/
|
||||
Reference in New Issue
Block a user