Document-Analysis-Chatbot / .dockerignore
nguyenit67's picture
Update files
a53041c
raw
history blame contribute delete
477 Bytes
# Git files
.git
.gitignore
.gitattributes
# Docker files
Dockerfile
.dockerignore
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
.venv/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Documentation
README.md
docs/
# Test files
tests/
.pytest_cache/
# Large files that shouldn't be in container
*.zip
*.tar.gz
*.pdf
*.doc
*.docx
# Environment files
.env
.env.local
.env.staging
.env.prod