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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest / coverage
.cache
.pytest_cache/
.coverage
.coverage.*
.traceback
nosetests.xml
coverage.xml
htmlcov/
.htmlcov/

# Mypy / Ruff
.mypy_cache/
.ruff_cache/

# Environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# SQLite databases & logs (traceval database runs)
*.db
*.log
demo_analysis/
demo_evals/
evals/

# Specifications & user instructions
spec.md

# OS files
.DS_Store
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
