pytube / .gitignore
nficano's picture
added devtools to git ignore
29afd32
raw
history blame
263 Bytes
*.py[oc]
# Temp files
*~
~*
.*~
\#*
.#*
*#
dist
.DS_Store
# Build files
build
dist
pkg
*.egg
*.egg-info
# Debian Files
debian/files
debian/python-beaver*
# Sphinx build
doc/_build
# Generated man page
doc/aws_hostname.1
.coverage
.cache
_run.py
_devfiles/*