# Python — anchored to repo root so they don't accidentally match
# things like `web/src/lib/`.
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
/build/
/develop-eggs/
/dist/
/downloads/
/eggs/
/.eggs/
/lib/
/lib64/
/parts/
/sdist/
/var/
/wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-local
.headroom-token-view-dev/
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Build artifacts from the SvelteKit dashboard (added in iter 5)
src/headroom_token_view/web/dist/
web/build/
web/.svelte-kit/
web/node_modules/

# Logs
*.log
