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.
.gitignore
1 parent c021e95 commit 0ba6708Copy full SHA for 0ba6708
‎.gitignore
@@ -0,0 +1,25 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# Distribution / packaging
7
+build/
8
+dist/
9
+site/
10
11
+# Cache
12
+.cache/
13
+.mypy_cache/
14
+.pytest_cache/
15
+.ruff_cache/
16
+.tox/
17
18
+# Environments
19
+.env
20
+.venv/
21
+venv/
22
23
+# IntelliJ
24
+.idea/
25
+.run/
0 commit comments