# Compiled files
*.py[co]

# Sphinx
_build
doc/source/api/

# release notes build
releasenotes/build

# Packaging artefacts
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
var
sdist
develop-eggs
.installed.cfg

# Testing artefacts
.stestr
.tox
.venv
.coverage
cover

# Others
.*.swp
AUTHORS
ChangeLog
.idea
