# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
wheels/

# Virtual environments
.venv/

# Node (stray caches from invoking tools outside www/)
node_modules/

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

# FMM
.fmm.db
.fmm.db-shm
.fmm.db-wal

# Vite build output (served by the Python addon)
api/src/manicure/www/

# hatch-vcs generated version file
api/src/manicure/_version.py

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / Type checking
.ruff_cache/
.mypy_cache/

# Environment
.env

# Database
*.db

# OS
.DS_Store
Thumbs.db

# Nancy
.nancy/
