22__pycache__ /
33* .py [cod ]
44* $py.class
5- experimental_file /
6- * .bak
7- bcasl.yml
8- ARK_Main_Config.yml
5+
96# C extensions
107* .so
8+
9+ # Swap/backup files
1110* .swp
12- cloc
11+ * .bak
12+
1313# Distribution / packaging
1414.Python
1515build /
16- error_logs /
17- develop-eggs /
1816dist /
17+ * .egg-info /
18+ .eggs /
19+ * .egg
20+ MANIFEST
21+ .installed.cfg
22+ sdist /
23+ develop-eggs /
1924downloads /
2025eggs /
21- .eggs /
2226lib /
2327lib64 /
2428parts /
25- sdist /
2629var /
2730wheels /
2831pip-wheel-metadata /
2932share /python-wheels /
30- * .egg-info /
31- .installed.cfg
32- * .egg
33- MANIFEST
34- clean_venv_duplicates.py
35- force_clean_venv_files.py
36- sys
33+
3734# PyInstaller
38- # Usually these files are written by a python script from a template
39- # before PyInstaller builds the exe, so as to inject date/other infos into it.
4035* .manifest
4136* .spec
4237
4338# Installer logs
4439pip-log.txt
4540pip-delete-this-directory.txt
46- .blackbox /
47- .blackboxrules
41+
4842# Unit test / coverage reports
4943htmlcov /
5044.tox /
@@ -63,19 +57,19 @@ coverage.xml
6357* .mo
6458* .pot
6559
66- # Django stuff:
60+ # Django
6761* .log
6862local_settings.py
6963db.sqlite3
7064db.sqlite3-journal
7165
72- # Flask stuff:
66+ # Flask
7367instance /
7468.webassets-cache
7569
76- # Scrapy stuff:
70+ # Scrapy
7771.scrapy
78- .kombai
72+
7973# Sphinx documentation
8074docs /_build /
8175
@@ -93,20 +87,16 @@ ipython_config.py
9387.python-version
9488
9589# pipenv
96- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
97- # However, in case of collaboration, if having platform-specific dependencies or dependencies
98- # having no cross-platform support, pipenv may install dependencies that don't work, or not
99- # install all needed dependencies.
10090# Pipfile.lock
10191
102- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
92+ # PEP 582
10393__pypackages__ /
10494
105- # Celery stuff
95+ # Celery
10696celerybeat-schedule
10797celerybeat.pid
10898
109- # SageMath parsed files
99+ # SageMath
110100* .sage.py
111101
112102# Environments
@@ -117,54 +107,52 @@ venv/
117107ENV /
118108env.bak /
119109venv.bak /
120- .qodo
121- Licence_Injector.py
122-
123- # Spyder project settings
124- .spyderproject
125- .spyproject
126-
127- # Rope project settings
128- .ropeproject
129-
130- # mkdocs documentation
131- /site
132110
133111# mypy
134112.mypy_cache /
135113.dmypy.json
136114dmypy.json
137115
138- # Pyre type checker
116+ # Pyre
139117.pyre /
140118
141- # pytype static type analyzer
119+ # pytype
142120.pytype /
143121
144122# Cython debug symbols
145123cython_debug /
146124
147- # PyCharm
148- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
149- # be added to the global gitignore or merged into this project gitignore. For a PyQt
150- # project, see https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
125+ # IDEs / Editors
151126.idea /
152-
153- # VS Code
154127.vscode /
128+ .spyderproject
129+ .spyproject
130+ .ropeproject
131+ .qtcreator /
155132
156- # macOS
133+ # OS files
157134.DS_Store
158-
159- # qtcreator
160- .qtcreator /
161- # Windows
162135Thumbs.db
163136ehthumbs.db
164137Desktop.ini
165138
166- # PyCompiler ARK++ specific
167- # Compiled output
139+ # mkdocs
140+ /site
141+
142+ # Security files
143+ * .p12
144+ * .pfx
145+ * .key
146+ * .pem
147+ certificates /
148+
149+ # PyCompiler ARK specific
150+ experimental_file /
151+ cloc
152+ error_logs /
153+ logs /
154+ crash_reports /
155+ work_notes.txt
168156output /
169157compiled /
170158artifacts /
@@ -174,52 +162,24 @@ artifacts/
174162* .pkg
175163* .deb
176164* .rpm
177-
178- # Configuration files (keep templates)
179165config.json
180166config.yaml
181167config.toml
182168user_preferences.json
183-
184- # Logs
185- logs /
186- * .log
187- crash_reports /
188- work_notes.txt
169+ bcasl.yml
170+ ARK_Main_Config.yml
171+ clean_venv_duplicates.py
172+ force_clean_venv_files.py
173+ Licence_Injector.py
174+ sys
175+ .blackbox /
176+ .blackboxrules
177+ .kombai
178+ .pref /
179+ .qodo
180+ .ark /
189181
190182# Temporary files
191183temp /
192184tmp /
193185* .tmp
194-
195- # Security files
196- * .p12
197- * .pfx
198- * .key
199- * .pem
200- certificates /
201- secrets /
202- .blackbox /
203- # SBOM and security reports
204- sbom.json
205- sbom.xml
206- * -report.json
207- security- * .json
208-
209- # Ruff cache
210- .ruff_cache /
211-
212- # Pre-commit
213- .pre-commit-config.yaml.bak
214-
215-
216-
217- # PREFERENCE
218- .pref
219- .pycompiler /
220-
221- # BCASL Configuration
222- # Note: bcasl.json is ignored (auto-generated), but bcasl.yaml should be committed
223- bcasl.json
224- # acasl.json removed
225- ideas /
0 commit comments