This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bvandeusen 9db27ddaae chore: sane ignore files, update summary, bump base images
- Add .claude/ to .gitignore and untrack settings.local.json
- Create .dockerignore to exclude docs, extension, analysis, scripts,
  node_modules, and other noise from the Docker build context
- Dockerfile: Node 20→22-alpine, Python 3.11→3.13-slim, DEBIAN_FRONTEND
  set, pip upgrade before install
- Track frontend/package-lock.json for reproducible builds
- Update summary.md: date, db.py in project structure, superseded column
  in schema, two new key patterns (12/13), full 2026-03-19 changelog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 08:20:24 -04:00

100 lines
1009 B
Plaintext

# Environment files
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
venv/
.venv/
ENV/
env/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
# Node / Frontend
node_modules/
frontend/dist/
frontend/node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
# Claude Code
.claude/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Docker
docker-compose.override.yml
# Data directories (created at runtime)
data/
*.db
*.sqlite3
# Logs
logs/
*.log
# Secrets and credentials
*.pem
*.key
cookies/
config/
# Build artifacts
backend/static/
# Extension packages
*.xpi
extension-dist/
# Analysis and debugging artifacts
analysis/
**/analysis_*.json
**/analysis_*.txt
**/failed_logs_export_*.json
ERROR_RECOGNITION_ANALYSIS.md