| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 | 
							- logs/
 
- *token*
 
- *.ods
 
- TODO.md
 
- ### IDEs
 
- .idea/
 
- .vscode/
 
- ### C and C++
 
- # Prerequisites
 
- *.d
 
- # Object files
 
- *.o
 
- *.ko
 
- *.obj
 
- *.elf
 
- # Linker output
 
- *.ilk
 
- *.map
 
- *.exp
 
- # Precompiled Headers
 
- *.gch
 
- *.pch
 
- # Libraries
 
- *.lib
 
- *.a
 
- *.la
 
- *.lai
 
- *.lo
 
- *.slo
 
- # Shared objects (inc. Windows DLLs)
 
- *.dll
 
- *.so
 
- *.so.*
 
- *.dylib
 
- # Executables
 
- *.exe
 
- *.out
 
- *.app
 
- *.i*86
 
- *.x86_64
 
- *.hex
 
- # Debug files
 
- *.dSYM/
 
- *.su
 
- *.idb
 
- *.pdb
 
- # Kernel Module Compile Results
 
- *.mod*
 
- *.cmd
 
- .tmp_versions/
 
- modules.order
 
- Module.symvers
 
- Mkfile.old
 
- dkms.conf
 
- # Fortran module files
 
- *.mod
 
- *.smod
 
- ### Java
 
- # Compiled class file
 
- *.class
 
- # Log file
 
- *.log
 
- # BlueJ files
 
- *.ctxt
 
- # Mobile Tools for Java (J2ME)
 
- .mtj.tmp/
 
- # Package Files #
 
- *.jar
 
- *.war
 
- *.nar
 
- *.ear
 
- *.zip
 
- *.tar.gz
 
- *.rar
 
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 
- hs_err_pid*
 
- replay_pid*
 
- ### Python
 
- # Byte-compiled / optimized / DLL files
 
- __pycache__/
 
- *.py[cod]
 
- *$py.class
 
- # C extensions
 
- *.so
 
- # Distribution / packaging
 
- .Python
 
- build/
 
- develop-eggs/
 
- dist/
 
- downloads/
 
- eggs/
 
- .eggs/
 
- lib/
 
- lib64/
 
- parts/
 
- sdist/
 
- var/
 
- wheels/
 
- share/python-wheels/
 
- *.egg-info/
 
- .installed.cfg
 
- *.egg
 
- MANIFEST
 
- # PyInstaller
 
- #  Usually these files are written by a python script from a template
 
- #  before PyInstaller builds the exe, so as to inject date/other infos into it.
 
- *.manifest
 
- *.spec
 
- # Installer logs
 
- pip-log.txt
 
- pip-delete-this-directory.txt
 
- # Unit test / coverage reports
 
- htmlcov/
 
- .tox/
 
- .nox/
 
- .coverage
 
- .coverage.*
 
- .cache
 
- nosetests.xml
 
- coverage.xml
 
- *.cover
 
- *.py,cover
 
- .hypothesis/
 
- .pytest_cache/
 
- cover/
 
- # Translations
 
- *.mo
 
- *.pot
 
- # Django stuff:
 
- *.log
 
- local_settings.py
 
- db.sqlite3
 
- db.sqlite3-journal
 
- # Flask stuff:
 
- instance/
 
- .webassets-cache
 
- # Scrapy stuff:
 
- .scrapy
 
- # Sphinx documentation
 
- docs/_build/
 
- # PyBuilder
 
- .pybuilder/
 
- target/
 
- # Jupyter Notebook
 
- .ipynb_checkpoints
 
- # IPython
 
- profile_default/
 
- ipython_config.py
 
- # pyenv
 
- #   For a library or package, you might want to ignore these files since the code is
 
- #   intended to run in multiple environments; otherwise, check them in:
 
- # .python-version
 
- # pipenv
 
- #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
 
- #   However, in case of collaboration, if having platform-specific dependencies or dependencies
 
- #   having no cross-platform support, pipenv may install dependencies that don't work, or not
 
- #   install all needed dependencies.
 
- #Pipfile.lock
 
- # poetry
 
- #   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
 
- #   This is especially recommended for binary packages to ensure reproducibility, and is more
 
- #   commonly ignored for libraries.
 
- #   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
 
- #poetry.lock
 
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
 
- __pypackages__/
 
- # Celery stuff
 
- celerybeat-schedule
 
- celerybeat.pid
 
- # SageMath parsed files
 
- *.sage.py
 
- # Environments
 
- .env
 
- .venv
 
- env/
 
- venv/
 
- ENV/
 
- env.bak/
 
- venv.bak/
 
- # Spyder project settings
 
- .spyderproject
 
- .spyproject
 
- # Rope project settings
 
- .ropeproject
 
- # mkdocs documentation
 
- /site
 
- # mypy
 
- .mypy_cache/
 
- .dmypy.json
 
- dmypy.json
 
- # Pyre type checker
 
- .pyre/
 
- # pytype static type analyzer
 
- .pytype/
 
- # Cython debug symbols
 
- cython_debug/
 
- ### TeX
 
- ## Core latex/pdflatex auxiliary files:
 
- *.aux
 
- *.lof
 
- *.log
 
- *.lot
 
- *.fls
 
- *.out
 
- *.toc
 
- *.fmt
 
- *.fot
 
- *.cb
 
- *.cb2
 
- .*.lb
 
- ## Intermediate documents:
 
- *.dvi
 
- *.xdv
 
- *-converted-to.*
 
- # these rules might exclude image files for figures etc.
 
- # *.ps
 
- # *.eps
 
- # *.pdf
 
- ## Generated if empty string is given at "Please type another file name for output:"
 
- .pdf
 
- ## Bibliography auxiliary files (bibtex/biblatex/biber):
 
- *.bbl
 
- *.bcf
 
- *.blg
 
- *-blx.aux
 
- *-blx.bib
 
- *.run.xml
 
- ## Build tool auxiliary files:
 
- *.fdb_latexmk
 
- *.synctex
 
- *.synctex(busy)
 
- *.synctex.gz
 
- *.synctex.gz(busy)
 
- *.pdfsync
 
- ## Build tool directories for auxiliary files
 
- # latexrun
 
- latex.out/
 
- ## Auxiliary and intermediate files from other packages:
 
- # algorithms
 
- *.alg
 
- *.loa
 
- # achemso
 
- acs-*.bib
 
- # amsthm
 
- *.thm
 
- # beamer
 
- *.nav
 
- *.pre
 
- *.snm
 
- *.vrb
 
- # changes
 
- *.soc
 
- # comment
 
- *.cut
 
- # cprotect
 
- *.cpt
 
- # elsarticle (documentclass of Elsevier journals)
 
- *.spl
 
- # endnotes
 
- *.ent
 
- # fixme
 
- *.lox
 
- # feynmf/feynmp
 
- *.mf
 
- *.mp
 
- *.t[1-9]
 
- *.t[1-9][0-9]
 
- *.tfm
 
- #(r)(e)ledmac/(r)(e)ledpar
 
- *.end
 
- *.?end
 
- *.[1-9]
 
- *.[1-9][0-9]
 
- *.[1-9][0-9][0-9]
 
- *.[1-9]R
 
- *.[1-9][0-9]R
 
- *.[1-9][0-9][0-9]R
 
- *.eledsec[1-9]
 
- *.eledsec[1-9]R
 
- *.eledsec[1-9][0-9]
 
- *.eledsec[1-9][0-9]R
 
- *.eledsec[1-9][0-9][0-9]
 
- *.eledsec[1-9][0-9][0-9]R
 
- # glossaries
 
- *.acn
 
- *.acr
 
- *.glg
 
- *.glo
 
- *.gls
 
- *.glsdefs
 
- *.lzo
 
- *.lzs
 
- *.slg
 
- *.slo
 
- *.sls
 
- # uncomment this for glossaries-extra (will ignore makeindex's style files!)
 
- # *.ist
 
- # gnuplot
 
- *.gnuplot
 
- *.table
 
- # gnuplottex
 
- *-gnuplottex-*
 
- # gregoriotex
 
- *.gaux
 
- *.glog
 
- *.gtex
 
- # htlatex
 
- *.4ct
 
- *.4tc
 
- *.idv
 
- *.lg
 
- *.trc
 
- *.xref
 
- # hyperref
 
- *.brf
 
- # knitr
 
- *-concordance.tex
 
- # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
 
- # *.tikz
 
- *-tikzDictionary
 
- # listings
 
- *.lol
 
- # luatexja-ruby
 
- *.ltjruby
 
- # makeidx
 
- *.idx
 
- *.ilg
 
- *.ind
 
- # minitoc
 
- *.maf
 
- *.mlf
 
- *.mlt
 
- *.mtc[0-9]*
 
- *.slf[0-9]*
 
- *.slt[0-9]*
 
- *.stc[0-9]*
 
- # minted
 
- _minted*
 
- *.pyg
 
- # morewrites
 
- *.mw
 
- # newpax
 
- *.newpax
 
- # nomencl
 
- *.nlg
 
- *.nlo
 
- *.nls
 
- # pax
 
- *.pax
 
- # pdfpcnotes
 
- *.pdfpc
 
- # sagetex
 
- *.sagetex.sage
 
- *.sagetex.py
 
- *.sagetex.scmd
 
- # scrwfile
 
- *.wrt
 
- # svg
 
- svg-inkscape/
 
- # sympy
 
- *.sout
 
- *.sympy
 
- sympy-plots-for-*.tex/
 
- # pdfcomment
 
- *.upa
 
- *.upb
 
- # pythontex
 
- *.pytxcode
 
- pythontex-files-*/
 
- # tcolorbox
 
- *.listing
 
- # thmtools
 
- *.loe
 
- # TikZ & PGF
 
- *.dpth
 
- *.md5
 
- *.auxlock
 
- # titletoc
 
- *.ptc
 
- # todonotes
 
- *.tdo
 
- # vhistory
 
- *.hst
 
- *.ver
 
- # easy-todo
 
- *.lod
 
- # xcolor
 
- *.xcp
 
- # xmpincl
 
- *.xmpi
 
- # xindy
 
- *.xdy
 
- # xypic precompiled matrices and outlines
 
- *.xyc
 
- *.xyd
 
- # endfloat
 
- *.ttt
 
- *.fff
 
- # Latexian
 
- TSWLatexianTemp*
 
- ## Editors:
 
- # WinEdt
 
- *.bak
 
- *.sav
 
- # Texpad
 
- .texpadtmp
 
- # LyX
 
- *.lyx~
 
- # Kile
 
- *.backup
 
- # gummi
 
- .*.swp
 
- # KBibTeX
 
- *~[0-9]*
 
- # TeXnicCenter
 
- *.tps
 
- # auto folder when using emacs and auctex
 
- ./auto/*
 
- *.el
 
- # expex forward references with \gathertags
 
- *-tags.tex
 
- # standalone packages
 
- *.sta
 
- # Makeindex log files
 
- *.lpz
 
- # xwatermark package
 
- *.xwm
 
- # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
 
- # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
 
- # Uncomment the next line to have this generated file ignored.
 
- #*Notes.bib
 
 
  |