Skip to content

Commit 8c4ddad

Browse files
author
Dzmitry Humianiuk
authored
Merge pull request #94 from vkolgi/master
update git ignore file with pytest cache and dst folders
2 parents 84c0e8b + 4c08810 commit 8c4ddad

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

.gitignore

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
.idea
1+
# Byte-compiled
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Distribution / packaging
7+
.idea
8+
.Python
9+
build/
10+
develop-eggs/
11+
dist/
12+
*.egg-info/
13+
.installed.cfg
14+
*.egg
15+
MANIFEST
16+
17+
# Installer logs
18+
pip-log.txt
19+
pip-delete-this-directory.txt
20+
21+
# Unit test / coverage reports
22+
htmlcov/
23+
.tox/
24+
.nox/
25+
.coverage
26+
.coverage.*
27+
.cache
28+
coverage.xml
29+
*.cover
30+
.pytest_cache/
31+
32+
# Jupyter Notebook
33+
.ipynb_checkpoints
34+
35+
# Environments
36+
.env
37+
.venv

0 commit comments

Comments
 (0)