aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8dc14a94a5c656dc82cbbf8c4edc9bcbcb009a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*.py[cod]
.idea
# Packages
*.egg*
.testrepository
eggs
develop-eggs
.installed.cfg
# lib
lib64
__pycache__

# Installation logs
pip-log.txt

# unittest/coverage reports
.coverage
.tox
.cache
.pytest_cache
nosetests.xml
coverage.xml
unittest_results.log

# Translations
*.mo

# Sphinx documentation
*.sw?
docs_build/
docs_output/
docs/_build
pre_config/
docs/index.rst
docs/requirements.txt