main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
829 bytes
|
Line | |
---|
1 | # Byte-compiled / optimized / DLL files |
---|
2 | __pycache__/ |
---|
3 | *.py[cod] |
---|
4 | *$py.class |
---|
5 | |
---|
6 | # Distribution / packaging |
---|
7 | .Python |
---|
8 | build/ |
---|
9 | develop-eggs/ |
---|
10 | dist/ |
---|
11 | downloads/ |
---|
12 | eggs/ |
---|
13 | .eggs/ |
---|
14 | lib/ |
---|
15 | lib64/ |
---|
16 | parts/ |
---|
17 | sdist/ |
---|
18 | var/ |
---|
19 | wheels/ |
---|
20 | *.egg-info/ |
---|
21 | .installed.cfg |
---|
22 | *.egg |
---|
23 | MANIFEST |
---|
24 | |
---|
25 | # PyInstaller |
---|
26 | # Usually these files are written by a python script from a template |
---|
27 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
---|
28 | *.manifest |
---|
29 | *.spec |
---|
30 | |
---|
31 | # Installer logs |
---|
32 | pip-log.txt |
---|
33 | pip-delete-this-directory.txt |
---|
34 | |
---|
35 | # Unit test / coverage reports |
---|
36 | htmlcov/ |
---|
37 | .tox/ |
---|
38 | .coverage |
---|
39 | .coverage.* |
---|
40 | .cache |
---|
41 | nosetests.xml |
---|
42 | coverage.xml |
---|
43 | *.cover |
---|
44 | .hypothesis/ |
---|
45 | .pytest_cache/ |
---|
46 | |
---|
47 | # Sphinx documentation |
---|
48 | docs/_build/ |
---|
49 | |
---|
50 | # PyBuilder |
---|
51 | target/ |
---|
52 | |
---|
53 | # Jupyter Notebook |
---|
54 | .ipynb_checkpoints |
---|
55 | |
---|
56 | # pyenv |
---|
57 | .python-version |
---|
58 | |
---|
59 | # Environments |
---|
60 | .env |
---|
61 | .venv |
---|
62 | env/ |
---|
63 | venv/ |
---|
64 | ENV/ |
---|
65 | env.bak/ |
---|
66 | venv.bak/ |
---|
67 | |
---|
68 | # mypy |
---|
69 | .mypy_cache/ |
---|
Note: See
TracBrowser
for help on using the repository browser.