# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.coverage
htmlcov/
.pytest_cache/

# uv
.uv/

# Environment
.env

# npm
node_modules/
*.tgz

# macOS
.DS_Store

# Backup files created by migration scripts
*.bak.*

# rekipedia store (for if this repo is scanned)
.rekipedia/store.db
