# compile and editor files
*.py[co]
*~
*.swp

# configuration
conf/settings.py

# building & packages
/build/
/dist/
/*.egg-info
/*.tar.gz
/*.rpm
/docs/build/

# virtualenv
/env*/
/.env*/

# unit testing
/.coverage
/.cache
/.tox/
/.pytest_cache/
