You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
435 B
Plaintext
45 lines
435 B
Plaintext
# --- Python (Modern uv/Ruff) ---
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.python-version
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# --- LaTeX (Comprehensive) ---
|
|
*.aux
|
|
*.log
|
|
*.toc
|
|
*.out
|
|
*.pdf
|
|
*.synctex.gz
|
|
*.fdb_latexmk
|
|
latexrun.db
|
|
.latexrun.db*
|
|
fls
|
|
*.fls
|
|
*.blg
|
|
*.bbl
|
|
*.run.xml
|
|
*.bcf
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.lof
|
|
*.lot
|
|
*-blx.bib
|
|
|
|
# --- System / OS ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|