aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
blob: 75ace2b44314b8eecea7c1dd9a371220f9cbc189 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
readme.md

# python
__pycache__

# LaTeX
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz

# LangTrans
LangTrans/

# mkdocs
docs/site/

# pdm
.pdm-python
.pdm-build/
.venv/
dist/

# vscode
.vscode/

# ruff
.ruff_cache/