legal-ai-assistant/.dockerignore
2026-04-19 21:50:32 +02:00

50 lines
447 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
*.egg-info/
dist/
build/
# Virtual envs
.venv
venv
env/
# Env files
.env
.env.*
!.env.example
# Editors
.vscode/
.idea/
# Tests
tests/
test/
# Node
node_modules/
frontend/node_modules/
.next/
frontend/.next/
npm-debug.log*
yarn-error.log*
# Docker
Dockerfile
docker-compose.yml
.dockerignore
.files/
.chainlit/translations/*
!.chainlit/translations/en-US.json