Files
disknext/.gitignore
2026-02-25 15:56:00 +08:00

82 lines
742 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
# 虚拟环境
.venv/
.env/
venv/
env/
# 测试和覆盖率
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
# IDE
.vscode/
.idea/
*.code-workspace
.VSCodeCounter/
*.swp
*.swo
*~
# 数据库
*.db
*.sqlite
*.sqlite3
# 环境变量
.env
.env.local
.env.*.local
# 日志
*.log
logs/
# 系统文件
.DS_Store
Thumbs.db
nul
# Node (如果有前端)
node_modules/
# 其他
*.bak
*.tmp
*.temp
# 文件
data/
# JB 的运行配置(换设备用不了)
.run/
.xml
# 前端构建产物Docker 构建时复制)
statics/
# Cython 编译产物
*.c
# 许可证密钥(保密)
license_private.pem
license.key
avatar/
.dev/