# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/
.env

# Editors / OS
.vscode/
.idea/
Thumbs.db
.DS_Store

# dslint output
dslint-fixed/

# internal project management (not part of the published repo)
CONTEXT.md
work-logs/
dslint-brief.md
.claude/
