mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-10-31 17:30:12 +00:00
24 lines
279 B
Plaintext
24 lines
279 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
.docker
|
|
|
|
# Python
|
|
tubearchivist/__pycache__/
|
|
tubearchivist/*/__pycache__/
|
|
tubearchivist/*/*/__pycache__/
|
|
tubearchivist/*/*/*/__pycache__/
|
|
.env/
|
|
.venv/
|
|
venv/
|
|
|
|
# Unneeded graphics
|
|
assets/*
|
|
|
|
# Unneeded docs
|
|
docs/*
|
|
|
|
# for local testing only
|
|
testing.sh |