Skip to content
Snippets Groups Projects
.gitignore 269 B
Newer Older
Honza Mach's avatar
Honza Mach committed
!.gitignore
.directory
*~
*.log
Honza Mach's avatar
Honza Mach committed
*.pem
*.cert
*.key
*.gpg
*.tar
*.gz
*.bz2
*.xz
*.tgz
*.tbz2
*.txz
*.deb
*.whl
Honza Mach's avatar
Honza Mach committed
# Python related stuff.
Honza Mach's avatar
Honza Mach committed
*.pyc
Honza Mach's avatar
Honza Mach committed
*.egg-info
__pycache__
Honza Mach's avatar
Honza Mach committed

# Package building related folders.
/archive/pyzenkit*
Honza Mach's avatar
Honza Mach committed
/build/