# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# VS Code extension
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix
vscode-extension/package-lock.json

# Frontend
frontend/node_modules/
frontend/dist/

# Bundled frontend in backend
backend/src/wordbird/server/static/

# Copied README for hatchling builds
backend/README.md

# Caches
.pytest_cache/
.ruff_cache/

# other
.DS_Store
.vscode/
playground/
