rDrama/.dockerignore
2022-05-14 02:12:55 -05:00

18 lines
190 B
Text

# everything from .gitignore
image.*
video.mp4
video.webm
cache/
__pycache__/
.idea/
**/.pytest_cache/
venv/
.vscode/
.sass-cache/
flask_session/
.DS_Store
.venv
# other stuff
.git
.github