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.
1 parent 3ba00fc commit 71d2073Copy full SHA for 71d2073
.gitignore
@@ -0,0 +1,26 @@
1
+# Python bytecode files
2
+*.pyc
3
+*.pyo
4
+__pycache__/
5
+
6
+# Virtual environment
7
+venv/
8
+env/
9
+.venv/
10
+.env/
11
12
+# IDE/editor directories and files
13
+.idea/
14
+.vscode/
15
16
+# Jupyter Notebook checkpoints
17
+.ipynb_checkpoints/
18
19
+# MacOS specific files
20
+.DS_Store
21
22
+# Windows specific files
23
+Thumbs.db
24
25
+# Logs
26
+*.log
0 commit comments