docling-studio/.gitignore
Pier-Jean Malandrino c5afe5ad88 Add CLAUDE.md to gitignore
Local Claude Code configuration files should not be committed.
2026-04-01 14:55:53 +02:00

42 lines
382 B
Text

# Dependencies
node_modules/
frontend/node_modules/
# Build outputs
frontend/dist/
site/
# IDE & local tooling
.idea/
.vscode/
.run/
.claude/
CLAUDE.md
*/CLAUDE.md
*.iml
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.local
.env.production
# Uploads & data
uploads/
data/
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# Logs
*.log
hs_err_pid*
# Docker
docker-compose.override.yml