-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (39 loc) · 815 Bytes
/
.gitignore
File metadata and controls
52 lines (39 loc) · 815 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
# 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
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
# Node JS (for documentation)
**/node_modules/*
examples/BPOD-WORKSPACE/
pybpodapi/bpod/hardware/\.DS_Store
pybpodapi/\.DS_Store
.pyre