-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (51 loc) · 1015 Bytes
/
.gitignore
File metadata and controls
65 lines (51 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Eclipse
.project
.pydevproject
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.ltk.core.refactoring.prefs
.settings/org.eclipse.mylyn.tasks.ui.prefs
org.eclipse.core.resources.prefs
# APP USER SETTINGS
user_settings.py
pyforms_generic_editor_user_settings.py
# PIP
requirements-dev-*.txt
uninstall-requirements-dev-*.txt
# Pycharm
# Keep other .idea files for team sharing
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/workspace.xml
.idea/tasks.xml
# Distribution / packaging
**/*.log
**/*.pyc
**/build
**/dist
**/output
**/autogenerated
**/*.egg-info/*
**/.eggs
**/reports/*
**/test/*
**/*.swp
**/*.out
**/*.sc
**/*.spec
**/*.propsfile
build/
develop-eggs/
dist/
eggs/
.eggs/
sdist/
var/
wheels/
*.egg-info/
*.egg
test-project/
base/pythonvideoannotator/pythonvideoannotator/trackingsettings\.txt
base/pythonvideoannotator/pythonvideoannotator/\.track\.cnf
\.idea/
local_settings\.py
docs/source/_static/index/\.DS_Store
docs/source/_static/\.DS_Store