arbret/.gitignore
counterweight eefdfd714f
Fix: useCallback dependency array in availability page
Compute dates inside fetchAvailability callback to avoid
dependency on external variable that changes on every render.
2025-12-21 17:32:55 +01:00

29 lines
198 B
Text

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