We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format_codes
1 parent f8390f1 commit 549817fCopy full SHA for 549817f
4 files changed
.gitignore
@@ -1,33 +1,15 @@
1
-# IDE & EDITOR SETTINGS
2
-.vscode/
3
-.python-version
4
-
5
-# CREDENTIALS & CONFIGURATION
6
-.env
7
-.npmrc
8
-.pypirc
9
10
# COMPILED FILES & CACHES
11
__pycache__/
+__pypackages__/
+.mypy_cache/
+.pytest_cache/
12
*.py[cod]
13
*$py.class
14
15
# BUILD ARTIFACTS
+*.egg-info/
16
build/
17
dist/
18
-target/
19
-wheels/
20
-*.egg-info/
21
-.Python
22
-.pybuilder/
23
-.pytype/
24
-cython_debug/
25
-__pypackages__/
26
27
# TESTING
28
.venv/
29
-.pytest_cache/
30
31
-# MISCELLANEOUS
32
-.DS_Store
33
-Thumbs.db
0 commit comments