# Python / virtual environments
.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local experiment and dataset artifacts
data/
cache/
runs/
tmp/
.tmp/
.pytest-tmp/
.pytest-tmp-*/

# Logs and generated scratch files
*.log
*.tmp
*.temp
*.bak

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.out
*.synctex.gz

# OS/editor noise
.DS_Store
Thumbs.db
desktop.ini
.vscode/
.idea/
