# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
pytest-of-*

# Environment
.env
*.db
node-compile-cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/
.gstack/
.worktrees/
.claude/scheduled_tasks.lock
