Capstone-II / .dockerignore
Akash-Dragon's picture
Initial backend deploy with DB and embeddings
7b374c9
Raw
History Blame Contribute Delete
139 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.venv
env/
venv/
.git/
.gitignore
*.md
README.md
.DS_Store