venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.env
db.sqlite3
staticfiles/
*.log
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/

# OS
*.swp
*.swo

# Claude Code local settings
.claude/

# Project-internal docs (not for the repo)
CLAUDE.md
FRONTEND_CONTEXT.md
daemon/dist/
sdks/python/dist/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
