Files
2026-06-20 15:50:24 +08:00

62 lines
551 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/
# QGIS 临时模板文件
app/data/template/*/tmp*.qgz
tmp*.qgz