# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
/dist/
.eggs/
*.egg
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editor
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# State
.cookies/
local_state/

# Test artifacts
*.db
*.sqlite
