Capstone-II / .dockerignore
Akash-Dragon's picture
Update backend with latest code
d7f6907
Raw
History Blame
158 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.venv
env/
venv/
.git/
.gitignore
*.md
README.md
.DS_Store