# Python
__pycache__/
*.py[cod]
*.so
build/
dist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# HiveMind runtime
hivemind.db
.hivemind/

# Evaluation artifacts
evaluation/results.json

# LaTeX build artifacts
paper/*.aux
paper/*.log
paper/*.out
paper/*.bbl
paper/*.blg
paper/*.synctex.gz
paper/*-arxiv.zip

# Resilient-write internal state
.resilient_write/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
Thumbs.db
texput.log
