2020-06-12 22:11:36 -04:00
|
|
|
# https://git-scm.com/docs/gitignore
|
|
|
|
# https://help.github.com/articles/ignoring-files
|
|
|
|
# Example .gitignore files: https://github.com/github/gitignore
|
|
|
|
*.bak
|
|
|
|
screenlog*
|
|
|
|
*.swp
|
|
|
|
*.lck
|
|
|
|
*~
|
|
|
|
.~lock.*
|
|
|
|
.editix
|
2020-06-18 00:29:12 -04:00
|
|
|
build_instructions
|
2020-06-12 22:11:36 -04:00
|
|
|
__pycache__/
|
2020-06-18 00:29:12 -04:00
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
repomirror.egg-info/
|
|
|
|
repomirror/__pycache__/
|
|
|
|
repomirror/fetcher/__pycache__/
|
2020-06-12 22:11:36 -04:00
|
|
|
*.pyc
|
|
|
|
*.tar
|
|
|
|
*.tar.bz2
|
|
|
|
*.tar.xz
|
|
|
|
*.tar.gz
|
|
|
|
*.tgz
|
|
|
|
*.txz
|
|
|
|
*.tbz
|
|
|
|
*.tbz2
|
|
|
|
*.zip
|
|
|
|
*.run
|
|
|
|
*.7z
|
|
|
|
*.rar
|
|
|
|
*.sqlite3
|
|
|
|
*.deb
|
|
|
|
.idea/
|