Squashed 'paste-framework/' content from commit 34e8684
git-subtree-dir: paste-framework git-subtree-split: 34e8684c4bc3cebbe177509f42ab4ef5b5425a7a
This commit is contained in:
+88
@@ -0,0 +1,88 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Caches
|
||||
*.cache
|
||||
*.db
|
||||
*.log
|
||||
|
||||
# Distribution / packaging
|
||||
.build/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
*.egg/
|
||||
|
||||
# PyInstaller
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.py,cover
|
||||
.hypothesis/
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipynb_checkpoints
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Environment
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
.ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
|
||||
# Examples 运行时日志(演示用途,不提交)
|
||||
examples/*/logs/
|
||||
|
||||
# Config files (local overrides)
|
||||
config.json
|
||||
config.local.json
|
||||
|
||||
!examples/*/config.json
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Docker
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
|
||||
# IDE
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# Project-specific
|
||||
.PASTE_FRAMEWORK_CACHE/
|
||||
Reference in New Issue
Block a user