You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tubearchivist/.dockerignore

21 lines
255 B
Plaintext

# Git
.git
.gitignore
# Docker
.docker
# Python
tubearchivist/__pycache__/
tubearchivist/*/__pycache__/
tubearchivist/*/*/__pycache__/
tubearchivist/*/*/*/__pycache__/
.env/
.venv/
venv/
# Unneeded graphics
assets/*
# for local testing only
testing.sh