.DS_Store
**/.DS_Store/
.pytest_cache/
**/.pytest_cache/
__pycache__/
.ruff_cache/
.mypy_cache/
**/__pycache__/
**/__pycache__/*.pyc
*.pyc
**/*.pyc
.trunk
.venv/
.coverage
.test**
.vscode/
data/

# Hide egg-info
*.egg-info/
dist/

# Development notes with sensitive info
.dev_notes.md
.env
