legal-ai-assistant/.gitignore
2026-05-29 14:04:54 +02:00

55 lines
574 B
Plaintext

# ===== Python =====
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
.eggs/
dist/
build/
develop-eggs/
.installed.cfg
.Python
env/
venv/
ENV/
.venv
pip-selfcheck.json
pyvenv.cfg
# ===== Testing =====
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
nosetests.xml
.tox/
.cache
.hypothesis/
reports/
# ===== Env =====
.env
.env.test
!.env.example
!.env.local
!.env.local.example
# ===== JetBrains =====
.idea/
# ===== VS Code =====
.vscode/
# ===== Misc =====
.DS_Store
*.pem
.vercel
*.log
*.spec
*.manifest
# ===== Chainlit =====
.files/
.chainlit/translations/