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 efa4e89 commit a746249Copy full SHA for a746249
.gitignore
@@ -1,18 +1,40 @@
1
# mac file systems
2
.DS_Store
3
4
-# compiled python codes
5
-*.pyc
6
-*egg-info/**
7
-dist/**
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
8
+
9
+# C extensions
10
+*.so
11
12
+# Distribution / packaging
13
+.Python
14
+build/
15
+develop-eggs/
16
+dist/
17
+downloads/
18
+eggs/
19
+.eggs/
20
+lib/
21
+lib64/
22
+parts/
23
+sdist/
24
+var/
25
+wheels/
26
+share/python-wheels/
27
+*.egg-info/
28
+.installed.cfg
29
+*.egg
30
+MANIFEST
31
32
.idea/**
33
34
+# Tutorial
35
**/\.ipynb_checkpoints/**
36
**/SegTrackv2.zip
37
**/SegTrackv2/**
-build/**
38
39
# Vscode
40
.vscode/**
@@ -23,3 +45,6 @@ venv*/**
45
46
# Pyenv
47
.python-version
48
49
+# Sphinx
50
+docs/build
0 commit comments