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 28ef278 commit cc4761cCopy full SHA for cc4761c
.gitignore
@@ -1,11 +1,27 @@
1
-__pycache__
2
-/.idea
3
-/.tox
4
-/env
5
-/build
6
-/demosys_py.egg-info
7
-/dist
8
-.DS_Store
9
-/manage.py
10
-/testdemo
11
-/docs/build
+__pycache__
+
+# Build and test directories
+/.tox
+/build
+/demosys_py.egg-info
+/dist
+/docs/build
+# Libraries
+*.a
12
+*.DLL
13
14
+# virtual envs
15
+/env/
16
+/.env/
17
+/.venv/
18
19
+# Local dev project
20
+/manage.py
21
+/testdemo
22
23
+# IDE files
24
+/.idea
25
26
+# Misc
27
+.DS_Store
0 commit comments