summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 067fbd0083882d1aab9f8904511ab918a6e80400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust
/target
.*

# Python
venv

# Latex auxillary files
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.gz
*.toc
_minted-*