Skip to content
Snippets Groups Projects
.gitignore 427 B
Newer Older
*.DS_Store*
Bas Nijholt's avatar
Bas Nijholt committed
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
Bas Nijholt's avatar
Bas Nijholt committed
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache
Bas Nijholt's avatar
Bas Nijholt committed
coverage.xml
*,cover

# Sphinx documentation
docs/_build/