-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (42 loc) · 920 Bytes
/
.gitignore
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
49
50
# Reference: https://github.com/github/gitignore/blob/main/Python.gitignore
##@ Distribution / packaging / kitting
build/
dist/
*.egg-info/
sdist/
wheels/
.tox/
# __pycache__/
ci/__pycache__/
src/logging_strict/__pycache__/
src/logging_strict/bad_idea/__pycache__/
src/logging_strict/bad_idea/folder0/__pycache__/
src/logging_strict/bad_idea/folder1/__pycache__/
src/logging_strict/configs/__pycache__/
src/logging_strict/tech_niques/__pycache__/
src/logging_strict/util/__pycache__/
tests/__pycache__/
tests/tech_niques/__pycache__/
##@ mypy
.mypy_cache/
.dmypy.json
dmypy.json
##@ Unit test / coverage reports
.coverage
.coverage.*
.coverage-*
coverage.xml
coverage.json
##@ pyenv
# Placed in parent of package base folder. So not in repository
# .python-version
##@ stuff in the root
junk/
retired/
cheats.txt
## autogenerated by setuptools_scm
src/logging_strict/_version.py
# sphinx
docs/_build/
.doc
.venv