-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 843 Bytes
/
.gitignore
File metadata and controls
50 lines (41 loc) · 843 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
# 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
user_settings.*.py
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
# Node JS (for documentation)
**/node_modules/*
projects/**
.vscode
pybpodgui_plugin/resources/icons/\.DS_Store