We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e12aff commit 1cff042Copy full SHA for 1cff042
.gitignore
@@ -1,8 +1,26 @@
1
-dev
2
-*.pyc
3
-src/deploy.js
4
-src/package.json
5
-src/static.py
6
-src/node_modules
7
-src/app/build
8
-src/yarn.lock
+# byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# tests and coverage
+*.pytest_cache
+.coverage
9
+# database & logs
10
+*.db
11
+*.sqlite3
12
+*.log
13
14
+# venv
15
+env
16
+venv
17
18
+# other
19
+.DS_Store
20
21
+# javascript
22
+package-lock.json
23
24
+staticfiles/*
25
+!staticfiles/.gitkeep
26
+.vscode/symbols.json
0 commit comments