834cad729f
- data/: 非遗地理编码数据(GIS shapefile + CSV) - dofile/kg_project/: 知识图谱构建代码(纳入主仓库) - dofile/visulization/: 可视化数据与路线图 - officefile/: 文献、草稿、bib 文档 - officefile/latex/: Overleaf 同步目录(独立管理,不纳入) - output/: 输出目录 - logs/: 日志目录
58 lines
466 B
Plaintext
58 lines
466 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Virtual Environment
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Data files
|
|
data/
|
|
output/
|
|
logs/
|
|
|
|
# Configuration files (entire directory)
|
|
config/
|
|
|
|
# Neo4j (entire directory)
|
|
neo4j/
|
|
|
|
# Ontology files
|
|
ontology/
|
|
|
|
# Documentation
|
|
*.md
|
|
|
|
# Batch files
|
|
*.bat
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
*.ipynb
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|