45 lines
399 B
Plaintext
Raw Normal View History

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/contributor/api/
doc/source/_static/*.sample
# release notes build
releasenotes/build
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
.eggs/
# Other
*.DS_Store
.idea
.stestr
.testrepository
2014-10-10 15:34:45 +02:00
.tox
.venv
.*.swp
2014-10-27 10:47:10 +01:00
.coverage
cover
AUTHORS
ChangeLog
*.sqlite
*~
# Vagrant
.vagrant