Taylor Fox Dahlin
commited on
Removed some IDE-specific files, and updated .gitignore to exclude some additional files. (#792)
Browse files- .gitignore +8 -0
- .idea/dictionaries/haroldmartin.xml +0 -49
- .idea/inspectionProfiles/profiles_settings.xml +0 -6
- .idea/misc.xml +0 -4
- .idea/vcs.xml +0 -6
.gitignore
CHANGED
@@ -125,8 +125,16 @@ test/**/*.xml
|
|
125 |
/*.xml
|
126 |
|
127 |
# PyCharm
|
|
|
128 |
.idea/workspace.xml
|
129 |
.idea/usage.statistics.xml
|
130 |
.idea/tasks.xml
|
131 |
.idea/modules.xml
|
132 |
.idea/*.iml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
/*.xml
|
126 |
|
127 |
# PyCharm
|
128 |
+
.idea/
|
129 |
.idea/workspace.xml
|
130 |
.idea/usage.statistics.xml
|
131 |
.idea/tasks.xml
|
132 |
.idea/modules.xml
|
133 |
.idea/*.iml
|
134 |
+
|
135 |
+
# Additional IDE files
|
136 |
+
*.sublime-project
|
137 |
+
|
138 |
+
# Common virtual environments
|
139 |
+
venv/
|
140 |
+
env/
|
.idea/dictionaries/haroldmartin.xml
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
<component name="ProjectDictionaryState">
|
2 |
-
<dictionary name="haroldmartin">
|
3 |
-
<words>
|
4 |
-
<w>acodec</w>
|
5 |
-
<w>akamaized</w>
|
6 |
-
<w>bitrate</w>
|
7 |
-
<w>capsys</w>
|
8 |
-
<w>descr</w>
|
9 |
-
<w>descramble</w>
|
10 |
-
<w>descrambler</w>
|
11 |
-
<w>descrambles</w>
|
12 |
-
<w>descrambling</w>
|
13 |
-
<w>eurl</w>
|
14 |
-
<w>ffmpeg</w>
|
15 |
-
<w>ficano</w>
|
16 |
-
<w>filenames</w>
|
17 |
-
<w>filesize</w>
|
18 |
-
<w>filetype</w>
|
19 |
-
<w>gangnam</w>
|
20 |
-
<w>itag</w>
|
21 |
-
<w>itags</w>
|
22 |
-
<w>lsig</w>
|
23 |
-
<w>maxresdefault</w>
|
24 |
-
<w>meth</w>
|
25 |
-
<w>monostate</w>
|
26 |
-
<w>mypy</w>
|
27 |
-
<w>nficano</w>
|
28 |
-
<w>noqa</w>
|
29 |
-
<w>noreorder</w>
|
30 |
-
<w>nosec</w>
|
31 |
-
<w>ntfs</w>
|
32 |
-
<w>prog</w>
|
33 |
-
<w>pylint</w>
|
34 |
-
<w>pytube</w>
|
35 |
-
<w>recompiles</w>
|
36 |
-
<w>samp</w>
|
37 |
-
<w>scodecs</w>
|
38 |
-
<w>streamability</w>
|
39 |
-
<w>stty</w>
|
40 |
-
<w>tracklist</w>
|
41 |
-
<w>uniqueify</w>
|
42 |
-
<w>vcodec</w>
|
43 |
-
<w>vorbis</w>
|
44 |
-
<w>webm</w>
|
45 |
-
<w>youtu</w>
|
46 |
-
<w>ytplayer</w>
|
47 |
-
</words>
|
48 |
-
</dictionary>
|
49 |
-
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/inspectionProfiles/profiles_settings.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<component name="InspectionProjectProfileManager">
|
2 |
-
<settings>
|
3 |
-
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
-
<version value="1.0" />
|
5 |
-
</settings>
|
6 |
-
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/misc.xml
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
|
4 |
-
</project>
|
|
|
|
|
|
|
|
|
|
.idea/vcs.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="VcsDirectoryMappings">
|
4 |
-
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
-
</component>
|
6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|