blob: 3f46a3bb54ed57100b728d88adb1f63ff1f37b01 [file] [log] [blame]
Ang Li1f575f32016-06-07 14:02:04 -07001.DS_Store
Alexander Dorokhine7eb13862016-02-03 13:15:04 -08002# Byte-compiled / optimized / DLL files
3__pycache__/
4*.py[cod]
5*$py.class
6
7# C extensions
8*.so
9
10# Distribution / packaging
11.Python
12env/
13build/
14develop-eggs/
15dist/
16downloads/
17eggs/
18.eggs/
19lib/
20lib64/
21parts/
22sdist/
23var/
24*.egg-info/
25.installed.cfg
26*.egg
27
28# PyInstaller
29# Usually these files are written by a python script from a template
30# before PyInstaller builds the exe, so as to inject date/other infos into it.
31*.manifest
32*.spec
33
34# Installer logs
35pip-log.txt
36pip-delete-this-directory.txt
37
38# Unit test / coverage reports
39htmlcov/
40.tox/
41.coverage
42.coverage.*
43.cache
44nosetests.xml
45coverage.xml
46*,cover
47.hypothesis/
48
49# Translations
50*.mo
51*.pot
52
53# Django stuff:
54*.log
55local_settings.py
56
57# Sphinx documentation
58docs/_build/
59
60# PyBuilder
61target/
62
63#Ipython Notebook
64.ipynb_checkpoints
65
66# pyenv
67.python-version
xianyuanjiac20730b2018-11-01 17:09:28 -070068
69# PyCharm
Hector392f3802020-10-16 15:00:58 -070070.idea/
Hector4820e232020-10-19 11:01:04 -070071
72# IntelliJ
Hector392f3802020-10-16 15:00:58 -070073*.iml