# Python
__pycache__/
*.py[codz]
*$py.class
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
.venv
env/
venv/
ENV/

# Project data
.deepseek-bridge/
trace-dumps/
reasoning_content.sqlite3*

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.cache

# Tooling
.ruff_cache/
.mypy_cache/

# env files
.env
.envrc

# IDE
.cursorignore
.cursorindexingignore

# Agent state (recreated by sisyphus)
.sisyphus/

# OS
.DS_Store
Thumbs.db
uv.lock
.coveragerc
