# 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/