Files
fzjg_local/.gitignore
xiaji f86107ea5d chore: 从.gitignore中移除数据库相关文件
不再忽略db.sqlite3和*.sqlite3文件,这些文件现在将被纳入版本控制
2026-01-12 13:25:53 +08:00

47 lines
451 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
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