This commit is contained in:
Seif Ghazi 2025-06-29 19:27:00 -04:00
commit ae71ec4f72
No known key found for this signature in database
GPG key ID: 4519A4B1EEC1494E
48 changed files with 21032 additions and 0 deletions

41
.gitignore vendored Normal file
View file

@ -0,0 +1,41 @@
# Dependencies
node_modules/
/web/build/
/web/.cache/
# Environment files
.env
.env.*
!.env.example
# Database and logs
requests/*
requests.db
*.log
proxy.log
# Build artifacts
bin/
dist/
*.exe
# IDE and system files
.DS_Store
.vscode/
.idea/
*.swp
*.swo
*~
# Claude-specific files
.claude/
CLAUDE.md
# Test coverage
coverage/
*.cover
*.test
# Temporary files
tmp/
temp/