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

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

# Virtualenvs
.env
.venv/
venv/
ENV/

# PyPA / tooling
.tox/
.coverage
.coverage.*
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
htmlcov/
coverage.xml
*.cover

# uv
uv.lock.backup

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

# Logs and local artifacts
*.log
logs/
scratch/

# Type checkers
.pyre/
.pytype/

# Example runtime artifacts
/checkpoints/
/.benchmarks/
/traces/
site/

# Cadence / Ralph autonomous agent tooling
.cadence-knowledge.md
.cadence/
.ralph/

# Position paper draft (private)
/paper/
