# Python bytecode and caches
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/

# Build and packaging artifacts
build/
dist/
.eggs/
*.egg-info/
pip-wheel-metadata/

# Test and tool caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Generated experiment outputs
results/

# Quarto build output
docs/_site/
docs/.quarto/

# LaTeX build artifacts
*.fdb_latexmk
*.fls
*.log
*.aux
*.out
*.toc

# Editor and OS files
.DS_Store
.vscode/settings.json

# LaTeX auxiliary files
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.run.xml
*.synctex.gz
*.toc
