arbret/.gitignore
counterweight 4b394b0698
Add ESLint for TypeScript/React linting
- Install eslint, typescript-eslint, eslint-plugin-react-hooks
- Configure eslint.config.js with flat config format
- Add type: module to package.json
- Fix unused variable issues (prefix with underscore)
- Add Makefile targets: lint-frontend, fix-frontend
2025-12-21 21:58:41 +01:00

32 lines
231 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
.uv/
uv.lock
# Node
node_modules/
.next/
.turbo/
test-results/
# Env
.env
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
current_pr.md
next_pr.md
# Notes
notes/
prompts/
.coverage