taler-xotp

xOTP generator
Log | Files | Refs | Submodules | README

.gitignore (8793B)


      1 #Own defines like build directories
      2 _build
      3 _output
      4 
      5 #Drawio backups
      6 *.bkp
      7 
      8 # Created by https://www.toptal.com/developers/gitignore/api/latex,visualstudiocode,python,venv,tex
      9 # Edit at https://www.toptal.com/developers/gitignore?templates=latex,visualstudiocode,python,venv,tex
     10 
     11 ### LibreOffice ###
     12 # LibreOffice locks
     13 .~lock.*#
     14 
     15 
     16 ### LaTeX ###
     17 ## Core latex/pdflatex auxiliary files:
     18 *.aux
     19 *.lof
     20 *.log
     21 *.lot
     22 *.fls
     23 *.out
     24 *.toc
     25 *.fmt
     26 *.fot
     27 *.cb
     28 *.cb2
     29 .*.lb
     30 
     31 ## Intermediate documents:
     32 *.dvi
     33 *.xdv
     34 *-converted-to.*
     35 # these rules might exclude image files for figures etc.
     36 # *.ps
     37 # *.eps
     38 # *.pdf
     39 
     40 ## Generated if empty string is given at "Please type another file name for output:"
     41 .pdf
     42 
     43 ## Bibliography auxiliary files (bibtex/biblatex/biber):
     44 *.bbl
     45 *.bcf
     46 *.blg
     47 *-blx.aux
     48 *-blx.bib
     49 *.run.xml
     50 
     51 ## Build tool auxiliary files:
     52 *.fdb_latexmk
     53 *.synctex
     54 *.synctex(busy)
     55 *.synctex.gz
     56 *.synctex.gz(busy)
     57 *.pdfsync
     58 
     59 ## Build tool directories for auxiliary files
     60 # latexrun
     61 latex.out/
     62 
     63 ## Auxiliary and intermediate files from other packages:
     64 # algorithms
     65 *.alg
     66 *.loa
     67 
     68 # achemso
     69 acs-*.bib
     70 
     71 # amsthm
     72 *.thm
     73 
     74 # beamer
     75 *.nav
     76 *.pre
     77 *.snm
     78 *.vrb
     79 
     80 # changes
     81 *.soc
     82 
     83 # comment
     84 *.cut
     85 
     86 # cprotect
     87 *.cpt
     88 
     89 # elsarticle (documentclass of Elsevier journals)
     90 *.spl
     91 
     92 # endnotes
     93 *.ent
     94 
     95 # fixme
     96 *.lox
     97 
     98 # feynmf/feynmp
     99 *.mf
    100 *.mp
    101 *.t[1-9]
    102 *.t[1-9][0-9]
    103 *.tfm
    104 
    105 #(r)(e)ledmac/(r)(e)ledpar
    106 *.end
    107 *.?end
    108 *.[1-9]
    109 *.[1-9][0-9]
    110 *.[1-9][0-9][0-9]
    111 *.[1-9]R
    112 *.[1-9][0-9]R
    113 *.[1-9][0-9][0-9]R
    114 *.eledsec[1-9]
    115 *.eledsec[1-9]R
    116 *.eledsec[1-9][0-9]
    117 *.eledsec[1-9][0-9]R
    118 *.eledsec[1-9][0-9][0-9]
    119 *.eledsec[1-9][0-9][0-9]R
    120 
    121 # glossaries
    122 *.acn
    123 *.acr
    124 *.glg
    125 *.glo
    126 *.gls
    127 *.glsdefs
    128 *.lzo
    129 *.lzs
    130 *.slg
    131 *.slo
    132 *.sls
    133 
    134 # uncomment this for glossaries-extra (will ignore makeindex's style files!)
    135 # *.ist
    136 
    137 # gnuplot
    138 *.gnuplot
    139 *.table
    140 
    141 # gnuplottex
    142 *-gnuplottex-*
    143 
    144 # gregoriotex
    145 *.gaux
    146 *.glog
    147 *.gtex
    148 
    149 # htlatex
    150 *.4ct
    151 *.4tc
    152 *.idv
    153 *.lg
    154 *.trc
    155 *.xref
    156 
    157 # hyperref
    158 *.brf
    159 
    160 # knitr
    161 *-concordance.tex
    162 # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
    163 # *.tikz
    164 *-tikzDictionary
    165 
    166 # listings
    167 *.lol
    168 
    169 # luatexja-ruby
    170 *.ltjruby
    171 
    172 # makeidx
    173 *.idx
    174 *.ilg
    175 *.ind
    176 
    177 # minitoc
    178 *.maf
    179 *.mlf
    180 *.mlt
    181 *.mtc[0-9]*
    182 *.slf[0-9]*
    183 *.slt[0-9]*
    184 *.stc[0-9]*
    185 
    186 # minted
    187 _minted*
    188 *.pyg
    189 
    190 # morewrites
    191 *.mw
    192 
    193 # newpax
    194 *.newpax
    195 
    196 # nomencl
    197 *.nlg
    198 *.nlo
    199 *.nls
    200 
    201 # pax
    202 *.pax
    203 
    204 # pdfpcnotes
    205 *.pdfpc
    206 
    207 # sagetex
    208 *.sagetex.sage
    209 *.sagetex.py
    210 *.sagetex.scmd
    211 
    212 # scrwfile
    213 *.wrt
    214 
    215 # svg
    216 svg-inkscape/
    217 
    218 # sympy
    219 *.sout
    220 *.sympy
    221 sympy-plots-for-*.tex/
    222 
    223 # pdfcomment
    224 *.upa
    225 *.upb
    226 
    227 # pythontex
    228 *.pytxcode
    229 pythontex-files-*/
    230 
    231 # tcolorbox
    232 *.listing
    233 
    234 # thmtools
    235 *.loe
    236 
    237 # TikZ & PGF
    238 *.dpth
    239 *.md5
    240 *.auxlock
    241 
    242 # titletoc
    243 *.ptc
    244 
    245 # todonotes
    246 *.tdo
    247 
    248 # vhistory
    249 *.hst
    250 *.ver
    251 
    252 # easy-todo
    253 *.lod
    254 
    255 # xcolor
    256 *.xcp
    257 
    258 # xmpincl
    259 *.xmpi
    260 
    261 # xindy
    262 *.xdy
    263 
    264 # xypic precompiled matrices and outlines
    265 *.xyc
    266 *.xyd
    267 
    268 # endfloat
    269 *.ttt
    270 *.fff
    271 
    272 # Latexian
    273 TSWLatexianTemp*
    274 
    275 ## Editors:
    276 # WinEdt
    277 *.bak
    278 *.sav
    279 
    280 # Texpad
    281 .texpadtmp
    282 
    283 # LyX
    284 *.lyx~
    285 
    286 # Kile
    287 *.backup
    288 
    289 # gummi
    290 .*.swp
    291 
    292 # KBibTeX
    293 *~[0-9]*
    294 
    295 # TeXnicCenter
    296 *.tps
    297 
    298 # auto folder when using emacs and auctex
    299 ./auto/*
    300 *.el
    301 
    302 # expex forward references with \gathertags
    303 *-tags.tex
    304 
    305 # standalone packages
    306 *.sta
    307 
    308 # Makeindex log files
    309 *.lpz
    310 
    311 # xwatermark package
    312 *.xwm
    313 
    314 # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
    315 # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
    316 # Uncomment the next line to have this generated file ignored.
    317 #*Notes.bib
    318 
    319 ### LaTeX Patch ###
    320 # LIPIcs / OASIcs
    321 *.vtc
    322 
    323 # glossaries
    324 *.glstex
    325 
    326 ### Python ###
    327 # Byte-compiled / optimized / DLL files
    328 __pycache__/
    329 *.py[cod]
    330 *$py.class
    331 
    332 # C extensions
    333 *.so
    334 
    335 # Distribution / packaging
    336 .Python
    337 build/
    338 develop-eggs/
    339 dist/
    340 downloads/
    341 eggs/
    342 .eggs/
    343 lib/
    344 lib64/
    345 parts/
    346 sdist/
    347 var/
    348 wheels/
    349 share/python-wheels/
    350 *.egg-info/
    351 .installed.cfg
    352 *.egg
    353 MANIFEST
    354 
    355 # PyInstaller
    356 #  Usually these files are written by a python script from a template
    357 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
    358 *.manifest
    359 *.spec
    360 
    361 # Installer logs
    362 pip-log.txt
    363 pip-delete-this-directory.txt
    364 
    365 # Unit test / coverage reports
    366 htmlcov/
    367 .tox/
    368 .nox/
    369 .coverage
    370 .coverage.*
    371 .cache
    372 nosetests.xml
    373 coverage.xml
    374 *.cover
    375 *.py,cover
    376 .hypothesis/
    377 .pytest_cache/
    378 cover/
    379 
    380 # Translations
    381 *.mo
    382 *.pot
    383 
    384 # Django stuff:
    385 local_settings.py
    386 db.sqlite3
    387 db.sqlite3-journal
    388 
    389 # Flask stuff:
    390 instance/
    391 .webassets-cache
    392 
    393 # Scrapy stuff:
    394 .scrapy
    395 
    396 # Sphinx documentation
    397 docs/_build/
    398 
    399 # PyBuilder
    400 .pybuilder/
    401 target/
    402 
    403 # Jupyter Notebook
    404 .ipynb_checkpoints
    405 
    406 # IPython
    407 profile_default/
    408 ipython_config.py
    409 
    410 # pyenv
    411 #   For a library or package, you might want to ignore these files since the code is
    412 #   intended to run in multiple environments; otherwise, check them in:
    413 # .python-version
    414 
    415 # pipenv
    416 #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
    417 #   However, in case of collaboration, if having platform-specific dependencies or dependencies
    418 #   having no cross-platform support, pipenv may install dependencies that don't work, or not
    419 #   install all needed dependencies.
    420 #Pipfile.lock
    421 
    422 # poetry
    423 #   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
    424 #   This is especially recommended for binary packages to ensure reproducibility, and is more
    425 #   commonly ignored for libraries.
    426 #   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
    427 #poetry.lock
    428 
    429 # pdm
    430 #   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
    431 #pdm.lock
    432 #   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
    433 #   in version control.
    434 #   https://pdm.fming.dev/#use-with-ide
    435 .pdm.toml
    436 
    437 # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
    438 __pypackages__/
    439 
    440 # Celery stuff
    441 celerybeat-schedule
    442 celerybeat.pid
    443 
    444 # SageMath parsed files
    445 *.sage.py
    446 
    447 # Environments
    448 .env
    449 .venv
    450 env/
    451 venv/
    452 ENV/
    453 env.bak/
    454 venv.bak/
    455 
    456 # Spyder project settings
    457 .spyderproject
    458 .spyproject
    459 
    460 # Rope project settings
    461 .ropeproject
    462 
    463 # mkdocs documentation
    464 /site
    465 
    466 # mypy
    467 .mypy_cache/
    468 .dmypy.json
    469 dmypy.json
    470 
    471 # Pyre type checker
    472 .pyre/
    473 
    474 # pytype static type analyzer
    475 .pytype/
    476 
    477 # Cython debug symbols
    478 cython_debug/
    479 
    480 # PyCharm
    481 #  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
    482 #  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
    483 #  and can be added to the global gitignore or merged into this file.  For a more nuclear
    484 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
    485 #.idea/
    486 
    487 ### Python Patch ###
    488 # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
    489 poetry.toml
    490 
    491 # ruff
    492 .ruff_cache/
    493 
    494 # LSP config files
    495 pyrightconfig.json
    496 
    497 ### TeX ###
    498 
    499 # these rules might exclude image files for figures etc.
    500 # *.ps
    501 # *.eps
    502 # *.pdf
    503 
    504 
    505 
    506 
    507 # latexrun
    508 
    509 # algorithms
    510 
    511 # achemso
    512 
    513 # amsthm
    514 
    515 # beamer
    516 
    517 # changes
    518 
    519 # comment
    520 
    521 # cprotect
    522 
    523 # elsarticle (documentclass of Elsevier journals)
    524 
    525 # endnotes
    526 
    527 # fixme
    528 
    529 # feynmf/feynmp
    530 
    531 
    532 # glossaries
    533 
    534 # uncomment this for glossaries-extra (will ignore makeindex's style files!)
    535 # *.ist
    536 
    537 # gnuplot
    538 
    539 # gnuplottex
    540 
    541 # gregoriotex
    542 
    543 # htlatex
    544 
    545 # hyperref
    546 
    547 # knitr
    548 # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
    549 # *.tikz
    550 
    551 # listings
    552 
    553 # luatexja-ruby
    554 
    555 # makeidx
    556 
    557 # minitoc
    558 
    559 # minted
    560 
    561 # morewrites
    562 
    563 # newpax
    564 
    565 # nomencl
    566 
    567 # pax
    568 
    569 # pdfpcnotes
    570 
    571 # sagetex
    572 
    573 # scrwfile
    574 
    575 # svg
    576 
    577 # sympy
    578 
    579 # pdfcomment
    580 
    581 # pythontex
    582 
    583 # tcolorbox
    584 
    585 # thmtools
    586 
    587 # TikZ & PGF
    588 
    589 # titletoc
    590 
    591 # todonotes
    592 
    593 # vhistory
    594 
    595 # easy-todo
    596 
    597 # xcolor
    598 
    599 # xmpincl
    600 
    601 # xindy
    602 
    603 # xypic precompiled matrices and outlines
    604 
    605 # endfloat
    606 
    607 # Latexian
    608 
    609 # WinEdt
    610 
    611 # Texpad
    612 
    613 # LyX
    614 
    615 # Kile
    616 
    617 # gummi
    618 
    619 # KBibTeX
    620 
    621 # TeXnicCenter
    622 
    623 # auto folder when using emacs and auctex
    624 
    625 # expex forward references with \gathertags
    626 
    627 # standalone packages
    628 
    629 # Makeindex log files
    630 
    631 # xwatermark package
    632 
    633 # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
    634 # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
    635 # Uncomment the next line to have this generated file ignored.
    636 
    637 ### TeX Patch ###
    638 # LIPIcs / OASIcs
    639 
    640 # glossaries
    641 
    642 ### venv ###
    643 # Virtualenv
    644 # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
    645 [Bb]in
    646 [Ii]nclude
    647 [Ll]ib
    648 [Ll]ib64
    649 [Ll]ocal
    650 [Ss]cripts
    651 pyvenv.cfg
    652 pip-selfcheck.json
    653 
    654 ### VisualStudioCode ###
    655 .vscode/*
    656 !.vscode/settings.json
    657 !.vscode/tasks.json
    658 !.vscode/launch.json
    659 !.vscode/extensions.json
    660 !.vscode/*.code-snippets
    661 
    662 # Local History for Visual Studio Code
    663 .history/
    664 
    665 # Built Visual Studio Code Extensions
    666 *.vsix
    667 
    668 ### VisualStudioCode Patch ###
    669 # Ignore all local history of files
    670 .history
    671 .ionide
    672 
    673 # End of https://www.toptal.com/developers/gitignore/api/latex,visualstudiocode,python,venv,tex