18 lines
190 B
Text
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
|