We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8b10e + 5f3d4fd commit 4e02483Copy full SHA for 4e02483
1 file changed
.gitignore
@@ -14,6 +14,7 @@ dist/
14
downloads/
15
eggs/
16
.eggs/
17
+**/**/*.egg-info/
18
lib/
19
lib64/
20
parts/
@@ -26,6 +27,11 @@ share/python-wheels/
26
27
.installed.cfg
28
*.egg
29
MANIFEST
30
+**/**/__pycache__/
31
+**/**/.mypy_cache/
32
+**/**/.pytest_cache/
33
+**/**/.ruff_cache/
34
+**/**/.venv/
35
36
# PyInstaller
37
# Usually these files are written by a python script from a template
0 commit comments