blob: c19350fe1eb4f8346a7f071b0a51ba1f583e0273 [file] [log] [blame]
Dirk Vogtf130c752016-08-23 14:45:01 +02001# 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
Dirk Vogtf130c752016-08-23 14:45:01 +020011build/
12develop-eggs/
13dist/
14downloads/
15eggs/
16.eggs/
17lib/
18lib64/
19parts/
20sdist/
21var/
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020022wheels/
Dirk Vogtf130c752016-08-23 14:45:01 +020023*.egg-info/
24.installed.cfg
25*.egg
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020026MANIFEST
Dirk Vogtf130c752016-08-23 14:45:01 +020027
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
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020046*.cover
Dirk Vogtf130c752016-08-23 14:45:01 +020047.hypothesis/
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020048.pytest_cache/
Dirk Vogtf130c752016-08-23 14:45:01 +020049
50# Translations
51*.mo
52*.pot
53
54# Django stuff:
55*.log
56local_settings.py
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020057db.sqlite3
Dirk Vogtf130c752016-08-23 14:45:01 +020058
59# Flask stuff:
60instance/
61.webassets-cache
62
63# Scrapy stuff:
64.scrapy
65
66# Sphinx documentation
67docs/_build/
68
69# PyBuilder
70target/
71
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020072# Jupyter Notebook
Dirk Vogtf130c752016-08-23 14:45:01 +020073.ipynb_checkpoints
74
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020075# IPython
76profile_default/
77ipython_config.py
78
Dirk Vogtf130c752016-08-23 14:45:01 +020079# pyenv
80.python-version
81
82# celery beat schedule file
83celerybeat-schedule
84
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020085# SageMath parsed files
86*.sage.py
Dirk Vogtf130c752016-08-23 14:45:01 +020087
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020088# Environments
89.env
90.venv
91env/
Dirk Vogtf130c752016-08-23 14:45:01 +020092venv/
93ENV/
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020094env.bak/
95venv.bak/
Dirk Vogtf130c752016-08-23 14:45:01 +020096
97# Spyder project settings
98.spyderproject
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +020099.spyproject
Dirk Vogtf130c752016-08-23 14:45:01 +0200100
101# Rope project settings
102.ropeproject
103
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +0200104# mkdocs documentation
105/site
106
107# mypy
108.mypy_cache/
109.dmypy.json
110dmypy.json
111
112# PyCharm project settings
113.idea/
114
Mitja Nikolausd1995062018-07-30 14:10:27 +0200115# Jar for generating documentation
116swagger2markup-cli-*.jar
117
118# Generated openapi documentation artifacts
119documentation/hiccup-api.json
120documentation/api-endpoints.adoc
121documentation/api-endpoints.html
Dirk Vogtf130c752016-08-23 14:45:01 +0200122
Mitja Nikolaus6820ad02018-10-05 09:58:18 +0200123# Crashreport uploads directories
Mitja Nikolaus8b4c4cf2018-09-03 11:40:33 +0200124crashreport_uploads/
Mitja Nikolaus6820ad02018-10-05 09:58:18 +0200125crashreport_uploads_legacy/