blob: 298e2f18a4fbedc65738828cfc7de0825de0c9dc [file] [log] [blame]
Jongmok Hong8613d772018-01-15 15:37:17 +09001.DS_Store
2
3# Byte-compiled / optimized / DLL files
4__pycache__/
5*.py[cod]
6*$py.class
7
8# C extensions
9*.so
10
11# Distribution / packaging
12.Python
13env/
Jongmok Hong8613d772018-01-15 15:37:17 +090014develop-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
45
46coverage.xml
47*,cover
48.hypothesis/
49
50# Translations
51*.mo
52*.pot
53
54# Django stuff:
55*.log
56local_settings.py
57
58# Flask stuff:
59instance/
60.webassets-cache
61
62# Scrapy stuff:
63.scrapy
64
65# Sphinx documentation
66docs/_build/
67
68# IPython Notebook
69.ipynb_checkpoints
70
71# pyenv
72.python-version
73
74# celery beat schedule file
75celerybeat-schedule
76
77# dotenv
78.env
79
80# virtualenv
81venv/
82ENV/
83
84# Spyder project settings
85.spyderproject
86
87# Rope project settings
88.ropeproject
89
90# Temporary file from text editors
91*~
92*.swp
93*.swo
94
95# Project settings
96.project
97.pydevproject