Lucas-C-R commited on
Commit
4b022a9
·
0 Parent(s):

chore: initialize project with .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +588 -0
.gitignore ADDED
@@ -0,0 +1,588 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Created by https://www.toptal.com/developers/gitignore/api/python,visualstudio,visualstudiocode
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudio,visualstudiocode
3
+
4
+ ### Python ###
5
+ # Byte-compiled / optimized / DLL files
6
+ __pycache__/
7
+ *.py[cod]
8
+ *$py.class
9
+
10
+ # C extensions
11
+ *.so
12
+
13
+ # Distribution / packaging
14
+ .Python
15
+ build/
16
+ develop-eggs/
17
+ dist/
18
+ downloads/
19
+ eggs/
20
+ .eggs/
21
+ lib/
22
+ lib64/
23
+ parts/
24
+ sdist/
25
+ var/
26
+ wheels/
27
+ share/python-wheels/
28
+ *.egg-info/
29
+ .installed.cfg
30
+ *.egg
31
+ MANIFEST
32
+
33
+ # PyInstaller
34
+ # Usually these files are written by a python script from a template
35
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
36
+ *.manifest
37
+ *.spec
38
+
39
+ # Installer logs
40
+ pip-log.txt
41
+ pip-delete-this-directory.txt
42
+
43
+ # Unit test / coverage reports
44
+ htmlcov/
45
+ .tox/
46
+ .nox/
47
+ .coverage
48
+ .coverage.*
49
+ .cache
50
+ nosetests.xml
51
+ coverage.xml
52
+ *.cover
53
+ *.py,cover
54
+ .hypothesis/
55
+ .pytest_cache/
56
+ cover/
57
+
58
+ # Translations
59
+ *.mo
60
+ *.pot
61
+
62
+ # Django stuff:
63
+ *.log
64
+ local_settings.py
65
+ db.sqlite3
66
+ db.sqlite3-journal
67
+
68
+ # Flask stuff:
69
+ instance/
70
+ .webassets-cache
71
+
72
+ # Scrapy stuff:
73
+ .scrapy
74
+
75
+ # Sphinx documentation
76
+ docs/_build/
77
+
78
+ # PyBuilder
79
+ .pybuilder/
80
+ target/
81
+
82
+ # Jupyter Notebook
83
+ .ipynb_checkpoints
84
+
85
+ # IPython
86
+ profile_default/
87
+ ipython_config.py
88
+
89
+ # pyenv
90
+ # For a library or package, you might want to ignore these files since the code is
91
+ # intended to run in multiple environments; otherwise, check them in:
92
+ # .python-version
93
+
94
+ # pipenv
95
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
96
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
97
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
98
+ # install all needed dependencies.
99
+ #Pipfile.lock
100
+
101
+ # poetry
102
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
103
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
104
+ # commonly ignored for libraries.
105
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
106
+ #poetry.lock
107
+
108
+ # pdm
109
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
110
+ #pdm.lock
111
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
112
+ # in version control.
113
+ # https://pdm.fming.dev/#use-with-ide
114
+ .pdm.toml
115
+
116
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
117
+ __pypackages__/
118
+
119
+ # Celery stuff
120
+ celerybeat-schedule
121
+ celerybeat.pid
122
+
123
+ # SageMath parsed files
124
+ *.sage.py
125
+
126
+ # Environments
127
+ .env
128
+ .venv
129
+ env/
130
+ venv/
131
+ ENV/
132
+ env.bak/
133
+ venv.bak/
134
+
135
+ # Spyder project settings
136
+ .spyderproject
137
+ .spyproject
138
+
139
+ # Rope project settings
140
+ .ropeproject
141
+
142
+ # mkdocs documentation
143
+ /site
144
+
145
+ # mypy
146
+ .mypy_cache/
147
+ .dmypy.json
148
+ dmypy.json
149
+
150
+ # Pyre type checker
151
+ .pyre/
152
+
153
+ # pytype static type analyzer
154
+ .pytype/
155
+
156
+ # Cython debug symbols
157
+ cython_debug/
158
+
159
+ # PyCharm
160
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
161
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
162
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
163
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
164
+ #.idea/
165
+
166
+ ### Python Patch ###
167
+ # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
168
+ poetry.toml
169
+
170
+ # ruff
171
+ .ruff_cache/
172
+
173
+ # LSP config files
174
+ pyrightconfig.json
175
+
176
+ ### VisualStudioCode ###
177
+ .vscode/*
178
+ !.vscode/settings.json
179
+ !.vscode/tasks.json
180
+ !.vscode/launch.json
181
+ !.vscode/extensions.json
182
+ !.vscode/*.code-snippets
183
+
184
+ # Local History for Visual Studio Code
185
+ .history/
186
+
187
+ # Built Visual Studio Code Extensions
188
+ *.vsix
189
+
190
+ ### VisualStudioCode Patch ###
191
+ # Ignore all local history of files
192
+ .history
193
+ .ionide
194
+
195
+ ### VisualStudio ###
196
+ ## Ignore Visual Studio temporary files, build results, and
197
+ ## files generated by popular Visual Studio add-ons.
198
+ ##
199
+ ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
200
+
201
+ # User-specific files
202
+ *.rsuser
203
+ *.suo
204
+ *.user
205
+ *.userosscache
206
+ *.sln.docstates
207
+
208
+ # User-specific files (MonoDevelop/Xamarin Studio)
209
+ *.userprefs
210
+
211
+ # Mono auto generated files
212
+ mono_crash.*
213
+
214
+ # Build results
215
+ [Dd]ebug/
216
+ [Dd]ebugPublic/
217
+ [Rr]elease/
218
+ [Rr]eleases/
219
+ x64/
220
+ x86/
221
+ [Ww][Ii][Nn]32/
222
+ [Aa][Rr][Mm]/
223
+ [Aa][Rr][Mm]64/
224
+ bld/
225
+ [Bb]in/
226
+ [Oo]bj/
227
+ [Ll]og/
228
+ [Ll]ogs/
229
+
230
+ # Visual Studio 2015/2017 cache/options directory
231
+ .vs/
232
+ # Uncomment if you have tasks that create the project's static files in wwwroot
233
+ #wwwroot/
234
+
235
+ # Visual Studio 2017 auto generated files
236
+ Generated\ Files/
237
+
238
+ # MSTest test Results
239
+ [Tt]est[Rr]esult*/
240
+ [Bb]uild[Ll]og.*
241
+
242
+ # NUnit
243
+ *.VisualState.xml
244
+ TestResult.xml
245
+ nunit-*.xml
246
+
247
+ # Build Results of an ATL Project
248
+ [Dd]ebugPS/
249
+ [Rr]eleasePS/
250
+ dlldata.c
251
+
252
+ # Benchmark Results
253
+ BenchmarkDotNet.Artifacts/
254
+
255
+ # .NET Core
256
+ project.lock.json
257
+ project.fragment.lock.json
258
+ artifacts/
259
+
260
+ # ASP.NET Scaffolding
261
+ ScaffoldingReadMe.txt
262
+
263
+ # StyleCop
264
+ StyleCopReport.xml
265
+
266
+ # Files built by Visual Studio
267
+ *_i.c
268
+ *_p.c
269
+ *_h.h
270
+ *.ilk
271
+ *.meta
272
+ *.obj
273
+ *.iobj
274
+ *.pch
275
+ *.pdb
276
+ *.ipdb
277
+ *.pgc
278
+ *.pgd
279
+ *.rsp
280
+ *.sbr
281
+ *.tlb
282
+ *.tli
283
+ *.tlh
284
+ *.tmp
285
+ *.tmp_proj
286
+ *_wpftmp.csproj
287
+ *.tlog
288
+ *.vspscc
289
+ *.vssscc
290
+ .builds
291
+ *.pidb
292
+ *.svclog
293
+ *.scc
294
+
295
+ # Chutzpah Test files
296
+ _Chutzpah*
297
+
298
+ # Visual C++ cache files
299
+ ipch/
300
+ *.aps
301
+ *.ncb
302
+ *.opendb
303
+ *.opensdf
304
+ *.sdf
305
+ *.cachefile
306
+ *.VC.db
307
+ *.VC.VC.opendb
308
+
309
+ # Visual Studio profiler
310
+ *.psess
311
+ *.vsp
312
+ *.vspx
313
+ *.sap
314
+
315
+ # Visual Studio Trace Files
316
+ *.e2e
317
+
318
+ # TFS 2012 Local Workspace
319
+ $tf/
320
+
321
+ # Guidance Automation Toolkit
322
+ *.gpState
323
+
324
+ # ReSharper is a .NET coding add-in
325
+ _ReSharper*/
326
+ *.[Rr]e[Ss]harper
327
+ *.DotSettings.user
328
+
329
+ # TeamCity is a build add-in
330
+ _TeamCity*
331
+
332
+ # DotCover is a Code Coverage Tool
333
+ *.dotCover
334
+
335
+ # AxoCover is a Code Coverage Tool
336
+ .axoCover/*
337
+ !.axoCover/settings.json
338
+
339
+ # Coverlet is a free, cross platform Code Coverage Tool
340
+ coverage*.json
341
+ coverage*.xml
342
+ coverage*.info
343
+
344
+ # Visual Studio code coverage results
345
+ *.coverage
346
+ *.coveragexml
347
+
348
+ # NCrunch
349
+ _NCrunch_*
350
+ .*crunch*.local.xml
351
+ nCrunchTemp_*
352
+
353
+ # MightyMoose
354
+ *.mm.*
355
+ AutoTest.Net/
356
+
357
+ # Web workbench (sass)
358
+ .sass-cache/
359
+
360
+ # Installshield output folder
361
+ [Ee]xpress/
362
+
363
+ # DocProject is a documentation generator add-in
364
+ DocProject/buildhelp/
365
+ DocProject/Help/*.HxT
366
+ DocProject/Help/*.HxC
367
+ DocProject/Help/*.hhc
368
+ DocProject/Help/*.hhk
369
+ DocProject/Help/*.hhp
370
+ DocProject/Help/Html2
371
+ DocProject/Help/html
372
+
373
+ # Click-Once directory
374
+ publish/
375
+
376
+ # Publish Web Output
377
+ *.[Pp]ublish.xml
378
+ *.azurePubxml
379
+ # Note: Comment the next line if you want to checkin your web deploy settings,
380
+ # but database connection strings (with potential passwords) will be unencrypted
381
+ *.pubxml
382
+ *.publishproj
383
+
384
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
385
+ # checkin your Azure Web App publish settings, but sensitive information contained
386
+ # in these scripts will be unencrypted
387
+ PublishScripts/
388
+
389
+ # NuGet Packages
390
+ *.nupkg
391
+ # NuGet Symbol Packages
392
+ *.snupkg
393
+ # The packages folder can be ignored because of Package Restore
394
+ **/[Pp]ackages/*
395
+ # except build/, which is used as an MSBuild target.
396
+ !**/[Pp]ackages/build/
397
+ # Uncomment if necessary however generally it will be regenerated when needed
398
+ #!**/[Pp]ackages/repositories.config
399
+ # NuGet v3's project.json files produces more ignorable files
400
+ *.nuget.props
401
+ *.nuget.targets
402
+
403
+ # Microsoft Azure Build Output
404
+ csx/
405
+ *.build.csdef
406
+
407
+ # Microsoft Azure Emulator
408
+ ecf/
409
+ rcf/
410
+
411
+ # Windows Store app package directories and files
412
+ AppPackages/
413
+ BundleArtifacts/
414
+ Package.StoreAssociation.xml
415
+ _pkginfo.txt
416
+ *.appx
417
+ *.appxbundle
418
+ *.appxupload
419
+
420
+ # Visual Studio cache files
421
+ # files ending in .cache can be ignored
422
+ *.[Cc]ache
423
+ # but keep track of directories ending in .cache
424
+ !?*.[Cc]ache/
425
+
426
+ # Others
427
+ ClientBin/
428
+ ~$*
429
+ *~
430
+ *.dbmdl
431
+ *.dbproj.schemaview
432
+ *.jfm
433
+ *.pfx
434
+ *.publishsettings
435
+ orleans.codegen.cs
436
+
437
+ # Including strong name files can present a security risk
438
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
439
+ #*.snk
440
+
441
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
442
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
443
+ #bower_components/
444
+
445
+ # RIA/Silverlight projects
446
+ Generated_Code/
447
+
448
+ # Backup & report files from converting an old project file
449
+ # to a newer Visual Studio version. Backup files are not needed,
450
+ # because we have git ;-)
451
+ _UpgradeReport_Files/
452
+ Backup*/
453
+ UpgradeLog*.XML
454
+ UpgradeLog*.htm
455
+ ServiceFabricBackup/
456
+ *.rptproj.bak
457
+
458
+ # SQL Server files
459
+ *.mdf
460
+ *.ldf
461
+ *.ndf
462
+
463
+ # Business Intelligence projects
464
+ *.rdl.data
465
+ *.bim.layout
466
+ *.bim_*.settings
467
+ *.rptproj.rsuser
468
+ *- [Bb]ackup.rdl
469
+ *- [Bb]ackup ([0-9]).rdl
470
+ *- [Bb]ackup ([0-9][0-9]).rdl
471
+
472
+ # Microsoft Fakes
473
+ FakesAssemblies/
474
+
475
+ # GhostDoc plugin setting file
476
+ *.GhostDoc.xml
477
+
478
+ # Node.js Tools for Visual Studio
479
+ .ntvs_analysis.dat
480
+ node_modules/
481
+
482
+ # Visual Studio 6 build log
483
+ *.plg
484
+
485
+ # Visual Studio 6 workspace options file
486
+ *.opt
487
+
488
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
489
+ *.vbw
490
+
491
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
492
+ *.vbp
493
+
494
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
495
+ *.dsw
496
+ *.dsp
497
+
498
+ # Visual Studio 6 technical files
499
+
500
+ # Visual Studio LightSwitch build output
501
+ **/*.HTMLClient/GeneratedArtifacts
502
+ **/*.DesktopClient/GeneratedArtifacts
503
+ **/*.DesktopClient/ModelManifest.xml
504
+ **/*.Server/GeneratedArtifacts
505
+ **/*.Server/ModelManifest.xml
506
+ _Pvt_Extensions
507
+
508
+ # Paket dependency manager
509
+ .paket/paket.exe
510
+ paket-files/
511
+
512
+ # FAKE - F# Make
513
+ .fake/
514
+
515
+ # CodeRush personal settings
516
+ .cr/personal
517
+
518
+ # Python Tools for Visual Studio (PTVS)
519
+ *.pyc
520
+
521
+ # Cake - Uncomment if you are using it
522
+ # tools/**
523
+ # !tools/packages.config
524
+
525
+ # Tabs Studio
526
+ *.tss
527
+
528
+ # Telerik's JustMock configuration file
529
+ *.jmconfig
530
+
531
+ # BizTalk build output
532
+ *.btp.cs
533
+ *.btm.cs
534
+ *.odx.cs
535
+ *.xsd.cs
536
+
537
+ # OpenCover UI analysis results
538
+ OpenCover/
539
+
540
+ # Azure Stream Analytics local run output
541
+ ASALocalRun/
542
+
543
+ # MSBuild Binary and Structured Log
544
+ *.binlog
545
+
546
+ # NVidia Nsight GPU debugger configuration file
547
+ *.nvuser
548
+
549
+ # MFractors (Xamarin productivity tool) working folder
550
+ .mfractor/
551
+
552
+ # Local History for Visual Studio
553
+ .localhistory/
554
+
555
+ # Visual Studio History (VSHistory) files
556
+ .vshistory/
557
+
558
+ # BeatPulse healthcheck temp database
559
+ healthchecksdb
560
+
561
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
562
+ MigrationBackup/
563
+
564
+ # Ionide (cross platform F# VS Code tools) working folder
565
+ .ionide/
566
+
567
+ # Fody - auto-generated XML schema
568
+ FodyWeavers.xsd
569
+
570
+ # VS Code files for those working on multiple tools
571
+ *.code-workspace
572
+
573
+ # Local History for Visual Studio Code
574
+
575
+ # Windows Installer files from build outputs
576
+ *.cab
577
+ *.msi
578
+ *.msix
579
+ *.msm
580
+ *.msp
581
+
582
+ # JetBrains Rider
583
+ *.sln.iml
584
+
585
+ ### VisualStudio Patch ###
586
+ # Additional files built by Visual Studio
587
+
588
+ # End of https://www.toptal.com/developers/gitignore/api/python,visualstudio,visualstudiocode