# Node
node_modules/

# Shadow-cljs
.shadow-cljs/
.nrepl-port

# Expo / React Native
todo-expo/app/
todo-expo/.expo/
todo-expo/android/
todo-expo/ios/

# Flutter / ClojureDart
todo-flutter/build/
todo-flutter/.clojuredart/
todo-flutter/.dart_tool/
todo-flutter/.cpcache/
todo-flutter/.packages

# Clojure
.cpcache/

# IDE
.idea/
*.iml
.vscode/

# OS
.DS_Store
Thumbs.db
