74 lines
729 B
Plaintext
74 lines
729 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
workdir/
|
|
.next/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# User configuration (copied from .example)
|
|
config.yaml
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
.pytest_cache/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
uv.lock
|
|
|
|
# Generated runtime data
|
|
core/data/
|
|
|
|
# Misc
|
|
*.local
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
|
|
exports/*
|
|
|
|
.agent-builder-sessions/*
|
|
|
|
.venv
|
|
a |