Compare commits

...

2 Commits

Author SHA1 Message Date
9cbc90cc37 更新今日数据 2025-12-17 16:16:15 +08:00
d28a29f6bb 免提交pyc文件的git内容 2025-12-09 11:04:51 +08:00
3 changed files with 49 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
db.sqlite3
*.sqlite3
media/
# IDE related
.idea/
.vscode/
*.swp
*.swo
*~
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs
*.log
# Static files (not versioned in some projects)
# static/
# Production
build/
# Dependency directories
node_modules/
jars/
*.egg
*.egg-info/
# Testing
coverage/
.coverage
# Misc
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp

Binary file not shown.