# idea/intellij IDE project and module files
.idea/
*.iml

# vim swap files
*.sw[mnop]
*~

# python bytecode
__pycache__/
*.py[cod]

# unit testing generated files
.coverage
.noseids

# python packaging artifacts
*.egg
*.egg-info/
build/
dist/
sdist/

# rpm packaging artifacts
rpmbuild/

# log files
*.log
*.log.bz
*.log.gz
*.log.[0-9]
*.log.[0-9][0-9]
*.log.[0-9][0-9][0-9]
*.\d\+\.log

# config files containing repo secrets
pip.conf
setup.cfg
