playground/.gitignore

60 lines
428 B
Plaintext

# Web
coq/*.html
coq/*.js
coq/*.css
# Haskell
*.hi
*.o
a.out
# OCaml
*.cm[oi]
# Coq
.lia.cache
# ghdl
*.cf
*.vcd
# Python
__pycache__/
*.py[cod]
.env/
.pytest_cache/
# mypy
.mypy_cache/
# Distribution / packaging
build/
dist/
*.egg-info/
# Vim
*.sw[op]
# Emacs
*~
\#*\#
# Unit test / coverage reports
.tox/
.cache
.coverage
htmlcov/
coverage.xml
# Traces
*.trace
# latex
*.aux
*.log
*.var
*.toc
# lex,yacc
lex.yy.c