We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18980d commit 1c2713bCopy full SHA for 1c2713b
9 files changed
.gitignore
@@ -1,10 +1,33 @@
1
-*.csv
2
-*.json
3
-.env
+# Python
4
__pycache__/
+*.pyc
+.env
5
6
+# Data files
7
+*.csv
8
+*.json
9
!web/package.json
10
!web/package-lock.json
11
!web/tsconfig.json
12
!web/tsconfig.app.json
-!web/tsconfig.node.json
13
+!web/tsconfig.node.json
14
+
15
+# Node
16
+node_modules/
17
+web/dist/
18
+web/auto-imports.d.ts
19
+web/components.d.ts
20
21
+# IDE
22
+.vscode/
23
+.idea/
24
+*.swp
25
+*.swo
26
+*~
27
28
+# OS
29
+.DS_Store
30
+Thumbs.db
31
32
+# Sisyphus
33
+.sisyphus/
0 commit comments