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

# Environments
.venv/
venv/
.env

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# uv
uv.lock

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# nomem local dev artifacts
*.sqlite
*.sqlite3
*.db
