63 lines
734 B
Plaintext
63 lines
734 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Python
|
|
backend/models/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyc.*
|
|
.python-version
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
api_performance_report.md
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
**/xcuserdata/
|
|
*.xcuserstate
|
|
DerivedData/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
|
|
# IDE directories
|
|
.kilocode/
|
|
.kilo/
|
|
.codex/
|
|
|
|
# Agent/runtime state and local verification artifacts
|
|
.omx/
|
|
.tmp-*.png
|
|
tmp-*.txt
|
|
|
|
# Docker runtime data must live under /Users/allenyuan/lit, never in this repo.
|
|
docker-data/
|