blob: a878a5a67f843f9fb08015b56c08e0b2e86d384b [file] [log] [blame]
Rich Bennetta52a5722017-07-26 17:31:54 -04001# 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/
Cédric Ollivier30932692021-11-22 14:21:29 +010012_build
Rich Bennetta52a5722017-07-26 17:31:54 -040013develop-eggs/
14dist/
15downloads/
16eggs/
17.eggs/
18lib/
19lib64/
20parts/
21sdist/
22var/
23wheels/
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
Rich Bennetta4cf27d2017-11-12 23:11:28 -050034# aspell
35*.new
36*.bak
37
Rich Bennetta52a5722017-07-26 17:31:54 -040038# Installer logs
39pip-log.txt
40pip-delete-this-directory.txt
41
42# Unit test / coverage reports
43htmlcov/
44.tox/
45.coverage
46.coverage.*
47.cache
48nosetests.xml
49coverage.xml
50*.cover
51.hypothesis/
52
53# Django:
54*.log
55local_settings.py
56
57# Flask:
58instance/
59.webassets-cache
60
61# Scrapy:
62.scrapy
63
64# Sphinx documentation
65docs/_build/
66
67# PyBuilder
68target/
69
70# pyenv
71.python-version
Denes Nemetheea9a622018-03-09 13:08:41 +010072
73#MacOs
74.DS_Store
thmsdt21d59412022-08-02 13:28:17 +020075.vscode/