API / .dockerignore
Rox-Turbo's picture
Update .dockerignore
c1c870d verified
raw
history blame contribute delete
569 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
.pytest_cache/
# Environment
.env.local
.env.*.local
# Documentation (not needed in container)
QUICKSTART.md
INTEGRATION_GUIDE.md
API_REFERENCE.md
EXAMPLES.md
DEPLOYMENT.md
DOCUMENTATION.md
CONTRIBUTING.md
TROUBLESHOOTING.md
AGENT_USAGE.md
# Test files
test-*.js
test-*.html
test-*.py
debug_*.py
# Git
.git/
.gitignore
.gitattributes
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Logs
*.log
logs/
# Misc
*.bak
*.tmp
.cache/