-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
153 lines (126 loc) · 2.62 KB
/
.gitignore
File metadata and controls
153 lines (126 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# JSON files (with exceptions)
*.json
!.vscode/launch.json
!package.json
!tsconfig.json
!jest.config.js
!scripts/*.json
!docs/schemas/*.json
!sample_knowledge/*.json
!src/backend/mcp_server/vontology_mcp.json
!src/backend/workflows/repo_seed_bundles/*.json
# Python cache and virtual environments
__pycache__/
.venv/
# pytest cache
.pytest_cache/
.pytest_cache_agent/
pytest-cache*/
.tmp_pytest/
.tmp_pytest_base/
# (Remove standalone .vscode ignore here; consolidated later for allowlist clarity)
# Test coverage and logs
.coverage
test-results.txt
logs/
*.log
# Deprecated code
replaced_or_deprecated_code/
# Copilot chat histories
docs/copilot_histories/
# Temporary paper draft workspace
docs/papers/von_systems_paper/
# Ignore directories and sensitive files
ignore/
token.*
token.json
*token.json
settings.txt
+/settings.txt
+/token.json
MJWPlayground.ipynb
# Python compiled files
*.pyc
pdm.lock
.pdm-python
.pdm-build
test.py
# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# VS Code (ignore all, then allowlist specific config & scripts)
.vscode/*
!.vscode/mcp.json
!.vscode/launch.json
!.vscode/.env.tests
!.vscode/scripts/**
.pytest_cache
vs_BuildTools.exe
install_output.txt
src/knowledge/vontology/Thing/UnderspecifiedLocation/Trajector/Individual/TheUnionOfSpatialThingsRelativeLocation/
src/knowledge/backups/vontology_backup_*
src/knowledge/vontology/VONTOLOGY_FILE_MONDO_MIGRATED
install_output.txt
pytest.ini
Von-Private.code-workspace
#reference_code
#reference_code/*
node_modules/
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# Build output
dist/
build/
out/
# Coverage directory
coverage/
# Temporary scripts directory (keep folder, ignore contents)
scripts/tmp/*
!scripts/tmp/.gitkeep
tmp/
# Runtime data (do not commit)
data/
# Local MongoDB dumps and raw data
data/raw/mongo_dump/
# arXiv papers storage (external MCP server)
data/arxiv_papers/
# Local RAG stores (runtime artifacts, never commit)
data/rag_storage/
# Database backup dumps (exclude committed artifacts going forward)
backups/
!backups/.gitkeep
# Local run configurations (IDE generated)
.run/
# Emacs backup and temp files
*~
\#*\#
.#*
# Other editor / OS artifacts
.idea/
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride
Icon?
#Temporary file (delete after use)
cleanup_exe.ps1
# PR body drafts (local)
pr_body_*.md
# Terraform/OpenStack IaC local artefacts
infra/openstack/.terraform/
infra/openstack/*.tfplan
infra/openstack/*.tfstate
infra/openstack/*.tfstate.*
infra/openstack/**/terraform.tfstate
infra/openstack/**/terraform.tfstate.*
infra/openstack/environments/*/*.tfvars
!infra/openstack/environments/*/*.tfvars.example