__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.db
*.sqlite
.env
.DS_Store

# Editor / IDE
.vscode/
.idea/
*.swp
