File tree Expand file tree Collapse file tree 3 files changed +752
-9
lines changed Expand file tree Collapse file tree 3 files changed +752
-9
lines changed Original file line number Diff line number Diff line change 1
- * .swp
2
- * ~
3
- Notes
4
- config
1
+ # # Project specific ignores
5
2
3
+ config
6
4
.apps_git_clone_cache
7
5
.plinter_version
8
6
.spdx_licenses
9
-
10
7
* .log
11
8
curl_print
12
-
13
- * .lock
14
-
15
9
.apps /
16
10
. * .schema.json
17
- lib /__pycache__ /
18
11
package_linter /
12
+
13
+
14
+ # # Python PDM gitignore
15
+
16
+ # Byte-compiled / optimized / DLL files
17
+ __pycache__ /
18
+ * .py [cod ]
19
+ * $py.class
20
+
21
+ # C extensions
22
+ * .so
23
+
24
+ # Distribution / packaging
25
+ .Python
26
+ build /
27
+ develop-eggs /
28
+ dist /
29
+ downloads /
30
+ eggs /
31
+ .eggs /
32
+ lib /
33
+ lib64 /
34
+ parts /
35
+ sdist /
36
+ var /
37
+ wheels /
38
+ pip-wheel-metadata /
39
+ share /python-wheels /
40
+ * .egg-info /
41
+ .installed.cfg
42
+ * .egg
43
+ MANIFEST
44
+
45
+ # PyInstaller
46
+ # Usually these files are written by a python script from a template
47
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
48
+ * .manifest
49
+ * .spec
50
+
51
+ # Installer logs
52
+ pip-log.txt
53
+ pip-delete-this-directory.txt
54
+
55
+ # Unit test / coverage reports
56
+ htmlcov /
57
+ .tox /
58
+ .nox /
59
+ .coverage
60
+ .coverage. *
61
+ .cache
62
+ nosetests.xml
63
+ coverage.xml
64
+ * .cover
65
+ * .py,cover
66
+ .hypothesis /
67
+ .pytest_cache /
68
+
69
+ # Translations
70
+ * .mo
71
+ * .pot
72
+
73
+ # Django stuff:
74
+ * .log
75
+ local_settings.py
76
+ db.sqlite3
77
+ db.sqlite3-journal
78
+
79
+ # Flask stuff:
80
+ instance /
81
+ .webassets-cache
82
+
83
+ # Scrapy stuff:
84
+ .scrapy
85
+
86
+ # Sphinx documentation
87
+ docs /_build /
88
+ docs /site
89
+ # PyBuilder
90
+ target /
91
+
92
+ # Jupyter Notebook
93
+ .ipynb_checkpoints
94
+
95
+ # IPython
96
+ profile_default /
97
+ ipython_config.py
98
+
99
+ # pyenv
100
+ .python-version
101
+
102
+ # pipenv
103
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
104
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
105
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
106
+ # install all needed dependencies.
107
+ # Pipfile.lock
108
+
109
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
110
+ __pypackages__ /
111
+
112
+ # Celery stuff
113
+ celerybeat-schedule
114
+ celerybeat.pid
115
+
116
+ # SageMath parsed files
117
+ * .sage.py
118
+
119
+ # Environments
120
+ .env
121
+ .venv
122
+ env /
123
+ /venv /
124
+ ENV /
125
+ env.bak /
126
+ venv.bak /
127
+
128
+ # Spyder project settings
129
+ .spyderproject
130
+ .spyproject
131
+
132
+ # Rope project settings
133
+ .ropeproject
134
+
135
+ # mkdocs documentation
136
+ /site
137
+
138
+ # mypy
139
+ .mypy_cache /
140
+ .dmypy.json
141
+ dmypy.json
142
+
143
+ # Pyre type checker
144
+ .pyre /
145
+ .vscode /
146
+ caches /
147
+ .idea /
148
+ __pypackages__
149
+ .pdm.toml
150
+ .pdm-python
151
+ temp.py
152
+
153
+ # Pyannotate generated stubs
154
+ type_info.json
155
+ .pdm-build /
156
+ src /pdm /VERSION
You can’t perform that action at this time.
0 commit comments