Files
lineartization/.gitignore
T

39 lines
314 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# 虚拟环境
.venv/
venv/
env/
ENV/
# 测试 / 缓存
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
# IDE
.idea/
.vscode/
*.swp
# 输出
output/
*.log
# 系统
.DS_Store
Thumbs.db
desktop.ini