aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
blob: f5d07fc014d82b1e64332725aea982f1d9bb2f46 (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
30
31
32
33
34
35
readme.md

# python
__pycache__
*.whl
*.pyd

# 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/

# rust
target/