Files
wisp-map/.gitignore
2026-04-10 15:36:34 -07:00

24 lines
184 B
Plaintext

# Environment variables
.env
.env.*
!.env.example
# Dependencies
node_modules/
vendor/
# Build output
.next/
dist/
build/
*.pyc
__pycache__/
# OS
.DS_Store
Thumbs.db
# Logs
*.log