# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
/build/
/develop-eggs/
/dist/
/downloads/
/eggs/
.eggs/
/lib/
/lib64/
/parts/
/sdist/
/var/
/wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Tooling
.mypy_cache/
.dmypy.json
dmypy.json
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
nosetests.xml

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Frontend
node_modules/
web/dist/
src/clean_evals/web/static/
.parcel-cache/
.cache/

# Project
clean-evals-data/
*.sqlite
*.sqlite3
*.db
.clean_evals/

# Local working notes (evaluations, scratch docs) — never published
notes/

# Docs
site/

# OS
.DS_Store
