aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ca0c0742c42cfe983825770b75262fbf00f253d0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
# Build artifacts
*.py[cod]
__pycache__
*.egg-info/
build/
dist/

# Documentation-related
docs/_build

# Test files
.nox/
.tox/
.cache/
.pytest_cache/
cert_path
key_path

# Django test database
db.sqlite3

# Coverage files
.coverage
coverage.xml
*sponge_log.xml
nosetests.xml
htmlcov/

# Files with private / local data
scripts/local_test_setup
tests/data/key.json
tests/data/key.p12
tests/data/user-key.json
system_tests/data/

# PyCharm configuration:
.idea
venv/

# Generated files
pylintrc
pylintrc.test
pytype_output/

.python-version
.DS_Store
cert_path
key_path