Sarverott commited on
Commit
a4b85ed
·
1 Parent(s): 8d0f212

CRAFTSET :: bash git python,node,GitBook,GitHubPages,c,cmake,c++,rust,composer # [UNIXUSAT=1772625210895]

Browse files
Files changed (1) hide show
  1. .gitignore +219 -0
.gitignore ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ *.d
3
+ env/
4
+ **/mutants.out*/
5
+ dkms.conf
6
+ lerna-debug.log*
7
+ .temp
8
+ *.mo
9
+ build/
10
+ *.log
11
+ jspm_packages/
12
+ .abstra/
13
+ yarn-error.log*
14
+ node_modules/
15
+ parts/
16
+ marimo/_lsp/
17
+ /site
18
+ CMakeFiles/
19
+ cmake_install.cmake
20
+ .coverage.*
21
+ *.pdb
22
+ yarn-debug.log*
23
+ *.rdb
24
+ nosetests.xml
25
+ .env.*
26
+ lib-cov
27
+ debug
28
+ *.cover
29
+ *.app
30
+ .serverless/
31
+ *.exp
32
+ !.yarn/plugins
33
+ *.egg
34
+ .eslintcache
35
+ .parcel-cache
36
+ .pyre/
37
+ *.py[codz]
38
+ db.sqlite3-journal
39
+ Mkfile.old
40
+ .fusebox/
41
+ .grunt
42
+ *.out
43
+ dmypy.json
44
+ .hypothesis/
45
+ __pycache__/
46
+ .nyc_output
47
+ compile_commands.json
48
+ env.bak/
49
+ !.yarn/releases
50
+ db.sqlite3
51
+ sdist/
52
+ var/
53
+ __pypackages__/
54
+ eggs/
55
+ vite.config.ts.timestamp-*
56
+ modules.order
57
+ !.yarn/patches
58
+ *.ilk
59
+ lib64/
60
+ .spyproject
61
+ .lock-wscript
62
+ rabbitmq-data/
63
+ *.slo
64
+ target
65
+ develop-eggs/
66
+ .scrapy
67
+ .ipynb_checkpoints
68
+ __marimo__/
69
+ lib/
70
+ .pypirc
71
+ *.obj
72
+ *.map
73
+ .docusaurus
74
+ .firebase/
75
+ .vscode-test
76
+ *.o
77
+ .cache/# Prerequisites
78
+ *.la
79
+ *.idb
80
+ coverage
81
+ *.elf
82
+ *.dwo
83
+ vite.config.js.timestamp-*
84
+ out
85
+ ipython_config.py
86
+ .pdm-build/
87
+ mnesia/
88
+ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
89
+ .installed.cfg
90
+ .yarn-integrity
91
+ *.aof
92
+ MANIFEST
93
+ *$py.class
94
+ htmlcov/
95
+ rabbitmq/
96
+ *.x86_64
97
+ *.mod
98
+ *.ko
99
+ *.so.*
100
+ composer.phar
101
+ .streamlit/secrets.toml
102
+ target/
103
+ *.su
104
+ !.env.example
105
+ .output
106
+ /vendor/
107
+ *.egg-info/
108
+ vcpkg_installed/
109
+ *.pid.lock
110
+ .pytype/
111
+ venv/
112
+ .spyderproject
113
+ .env
114
+ .pnpm-store
115
+ pip-delete-this-directory.txt
116
+ *.tmp
117
+ .webassets-cache
118
+ activemq-data/
119
+ logs
120
+ *.so
121
+ .tox/
122
+ *.tgz
123
+ .cache/
124
+ .vite/
125
+ venv.bak/
126
+ .cache
127
+ **/*.rs.bk
128
+ .mypy_cache/
129
+ .venv
130
+ .next
131
+ *.cmd
132
+ *.manifest
133
+ wheels/
134
+ .Python
135
+ **/.vitepress/dist
136
+ *.swp
137
+ .tmp_versions/
138
+ *.mod*
139
+ .eggs/
140
+ pip-log.txt
141
+ pids
142
+ .nox/
143
+ .dynamodb/
144
+ downloads/
145
+ profile_default/
146
+ .node_repl_history
147
+ *.dSYM/
148
+ dist/
149
+ *.pot
150
+ *.lib
151
+ Testing/
152
+ Module.symvers
153
+ Build/
154
+ .tern-port
155
+ .pybuilder/
156
+ *.lo
157
+ *.bak
158
+ bower_components
159
+ *.pch
160
+ .stylelintcache
161
+ *.spec
162
+ .pdm-python
163
+ *.dll
164
+ *.dylib
165
+ *.lai
166
+ .coverage
167
+ instance/
168
+ !.yarn/versions
169
+ .ropeproject
170
+ coverage.xml
171
+ marimo/_static/
172
+ npm-debug.log*
173
+ dist
174
+ *.py.cover
175
+ web_modules/
176
+ *.a
177
+ .ruff_cache/
178
+ *.seed
179
+ .vuepress/dist
180
+ .nuxt
181
+ .pnp.*
182
+ share/python-wheels/
183
+ .dmypy.json
184
+ .envrc
185
+ local_settings.py
186
+ celerybeat-schedule
187
+ CMakeCache.txt
188
+ *.pid
189
+ docs/_build/
190
+ build/Release
191
+ .svelte-kit/
192
+ install_manifest.txt
193
+ build-*/
194
+ *.sage.py
195
+ *.exe
196
+ *.gch
197
+ Makefile
198
+ celerybeat.pid
199
+ !.yarn/sdks
200
+ *.smod
201
+ *.lcov
202
+ *.tsbuildinfo
203
+ .npm
204
+ .yarn/*
205
+ .pytest_cache/
206
+ .pixi
207
+ cython_debug/
208
+ *.i*86
209
+ **/.vitepress/cache
210
+ ENV/
211
+ cover/
212
+ *.hex
213
+ # REFNOTE: created by technomantic spirit with selective ignorance and artistical resonance of the Saint Mission of Technomancers
214
+ # REFNOTE: this file (./.gitignore) was generated by selective_ignorance.sh 2025 by Sett Sarverott (https://gist.github.com/Sarverott/a9933eea3dd0e4fc54e8ff275bd79dcf under terms of CC BY-ND 4.0)
215
+ # REFNOTE: based on resources delivered from gitignore repo with templates by Github (https://github.com/github/gitignore under terms of CC0-1.0)
216
+ # REFNOTE: content of file have to contain this information REFNOTE to show respect for work of authors that gave opportunity to create this file
217
+ # REFNOTE: by casting spell `bash git python,node,GitBook,GitHubPages,c,cmake,c++,rust,composer` for https://huggingface.co/Sarverott/mnemozyn-entity-continuum with [UNIXUSAT=1772625210895]
218
+ # REFNOTE: best regards and with goodluck charm casting
219
+ # REFNOTE: ~Apokryf Institute of Technomantic Research