mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
66 lines
606 B
Plaintext
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/ |