# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Jupyter
.ipynb_checkpoints/

# Documentation build
docs/_build/

# Git worktrees
.worktrees/

# AutoLab runtime artifacts
autolab/results/
autolab/experiment_log.jsonl
autolab/FINDINGS.md

# Large data files
data/raw/
data/samples/
data/scania/
data/processed/
*.zip
src/econirl/datasets/rdw_scrappage_data.csv
src/econirl/datasets/rdw_intermediate/

# Cache
cache/

# macOS
.DS_Store

# Claude Code
.claude/

# Personal notes
notes/

# Loose PDFs in root
/*.pdf
