curltastic/.gitignore
eros 0df556ff46 docs: add README and project gitignore
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-06-24 08:17:05 -07:00

14 lines
125 B
Plaintext

# Rust
backend/target/
# Node / Vite
frontend/node_modules/
frontend/dist/
# E2E
e2e/node_modules/
# Misc
*.log
.DS_Store