# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Builds / distribution
build/
dist/
*.egg-info/
*.egg
wheels/

# Virtual environments
.venv/
venv/
env/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# RecallOps project store + generated reports (created at runtime)
.recall/
recall-report.md
phase0-report.json

# Internal build/strategy docs, kept locally, never published
_internal/

# Secrets / local env
.env
*.env
!/.env.example

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
