Files
xian_algorithm_new/.gitignore
T
wzy-warehouse c9cd96cca2 调整格式
2026-06-05 15:02:01 +08:00

58 lines
486 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 日志
*.log
logs/
# PID文件
scripts/*.pid
# 测试和覆盖率
.pytest_cache/
.coverage
htmlcov/
# Jupyter Notebook
.ipynb_checkpoints
# Ignore dynaconf secret files
.secrets.*
/test/