Files
omnara-agent-monitor/.gitignore
ksarangmath d2c4101b4f frontend and mobile (#6)
Co-authored-by: Kartik Sarangmath <kartiksarangmath@Kartiks-MacBook-Air.local>
2025-07-10 13:35:51 -07:00

66 lines
606 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
coverage/
*.egg-info/
*.egg
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
build/
.next/
.cache/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Database
*.db
*.sqlite3
postgres-data/
# Logs
logs/
*.log
test-venv/
.claude/
# Coming soon :)
frontend/
mobile/
omnara-mobile/
omnara-frontend/
.expo/