blob: 82355f7db68d3e800a1a852d0c4d5389b3e33150 [file] [log] [blame]
Borjan Tchakaloffb32bf932018-10-31 21:20:20 +01001# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
6# C extensions
7*.so
8
9# Distribution / packaging
10.Python
11build/
12develop-eggs/
13dist/
14downloads/
15eggs/
16.eggs/
17lib/
18lib64/
19parts/
20sdist/
21var/
22wheels/
23*.egg-info/
24.installed.cfg
25*.egg
26MANIFEST
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.nox/
42.coverage
43.coverage.*
44.cache
45nosetests.xml
46coverage.xml
47*.cover
48.hypothesis/
49.pytest_cache/
50
51# Translations
52*.mo
53*.pot
54
55# Django stuff:
56*.log
57local_settings.py
58db.sqlite3
59
60# Flask stuff:
61instance/
62.webassets-cache
63
64# Scrapy stuff:
65.scrapy
66
67# Sphinx documentation
Borjan Tchakalofff7f81ee2018-11-26 12:03:47 +010068*/docs/_build/
Borjan Tchakaloffb32bf932018-10-31 21:20:20 +010069
70# PyBuilder
71target/
72
73# Jupyter Notebook
74.ipynb_checkpoints
75
76# IPython
77profile_default/
78ipython_config.py
79
80# pyenv
81.python-version
82
83# celery beat schedule file
84celerybeat-schedule
85
86# SageMath parsed files
87*.sage.py
88
89# Environments
90.env
Borjan Tchakaloffe42b5342018-09-13 13:51:14 +020091.venv
Borjan Tchakaloffb32bf932018-10-31 21:20:20 +010092env/
93venv/
94ENV/
95env.bak/
96venv.bak/
97
98# Spyder project settings
99.spyderproject
100.spyproject
101
102# Rope project settings
103.ropeproject
104
105# mkdocs documentation
106/site
107
108# mypy
109.mypy_cache/
110.dmypy.json
111dmypy.json
112
113# Pyre type checker
114.pyre/
115
116# PyCharm
117.idea