File tree Expand file tree Collapse file tree 1 file changed +131
-0
lines changed
Expand file tree Collapse file tree 1 file changed +131
-0
lines changed Original file line number Diff line number Diff line change 1+ # DS_Store crap stay away
2+ .DS_Store
3+
4+ # Byte-compiled / optimized / DLL files
5+ __pycache__ /
6+ * .py [cod ]
7+ * $py.class
8+
9+ # C extensions
10+ * .so
11+
12+ # Distribution / packaging
13+ .Python
14+ env /
15+ build /
16+ develop-eggs /
17+ dist /
18+ downloads /
19+ eggs /
20+ .eggs /
21+ lib /
22+ lib64 /
23+ parts /
24+ sdist /
25+ var /
26+ * .egg-info /
27+ .installed.cfg
28+ * .egg
29+
30+ # PyInstaller
31+ # Usually these files are written by a python script from a template
32+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
33+ * .manifest
34+ * .spec
35+
36+ # Installer logs
37+ pip-log.txt
38+ pip-delete-this-directory.txt
39+
40+ # Unit test / coverage reports
41+ htmlcov /
42+ .tox /
43+ .coverage
44+ .coverage. *
45+ .cache
46+ nosetests.xml
47+ coverage.xml
48+ * ,cover
49+ .hypothesis /
50+
51+ # Translations
52+ * .mo
53+ * .pot
54+
55+ # Django stuff:
56+ * .log
57+ local_settings.py
58+
59+ # Flask stuff:
60+ instance /
61+ .webassets-cache
62+
63+ # Scrapy stuff:
64+ .scrapy
65+
66+ # Sphinx documentation
67+ docs /_build /
68+
69+ # PyBuilder
70+ target /
71+
72+ # IPython Notebook
73+ .ipynb_checkpoints
74+
75+ # pyenv
76+ .python-version
77+
78+ # celery beat schedule file
79+ celerybeat-schedule
80+
81+ # dotenv
82+ .env
83+
84+ # virtualenv
85+ venv /
86+ ENV /
87+
88+ # Spyder project settings
89+ .spyderproject
90+
91+
92+ # Built application files
93+ * .apk
94+ * .ap_
95+
96+ # Files for the ART/Dalvik VM
97+ * .dex
98+
99+ # Java class files
100+ * .class
101+
102+ # Generated files
103+ bin /
104+ gen /
105+ out /
106+
107+ # Gradle files
108+ .gradle /
109+ build /
110+
111+ # Local configuration file (sdk path, etc)
112+ local.properties
113+
114+ # Proguard folder generated by Eclipse
115+ proguard /
116+
117+ # Log Files
118+ * .log
119+
120+ # Android Studio Navigation editor temp files
121+ .navigation /
122+
123+ # Android Studio captures folder
124+ captures /
125+
126+ # Intellij
127+ * .iml
128+ .idea /workspace.xml
129+
130+ # Keystore files
131+ * .jks
You can’t perform that action at this time.
0 commit comments