# Python virtual environments
.venv/
env/

# Build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
build/
dist/

# IDE / editor junk
.vscode/
.spyproject
.idea/
.DS_Store

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# Generated outputs
validation_output/

#MkDocs
site/

# Claude
.claude

# Thesis build artifacts (source .tex/.bib/figures are tracked)
thesis/*.aux
thesis/*.bbl
thesis/*.bcf
thesis/*.blg
thesis/*.fdb_latexmk
thesis/*.fls
thesis/*.log
thesis/*.out
thesis/*.pdf
thesis/*.run.xml
thesis/*.synctex.gz
thesis/*.toc
thesis/chapters/*.aux

# local venv (in-repo)
lib/
lib64/
pyvenv.cfg

# Reproducibility outputs
reports/repro/
configs/
scripts/repro/
reports/repro/

# Virtual environment
bin/
lib/
lib64/
include/
pyvenv.cfg
