Files
d3i-szct/.gitignore
T
zwf 4729698049 Squashed 'paste-framework/' content from commit 34e8684
git-subtree-dir: paste-framework
git-subtree-split: 34e8684c4bc3cebbe177509f42ab4ef5b5425a7a
2026-06-02 19:09:22 +08:00

88 lines
905 B
Plaintext

# 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/