source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/packages/yatl/.gitignore

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
8build/
9develop-eggs/
10dist/
11downloads/
12eggs/
13.eggs/
14lib/
15lib64/
16parts/
17sdist/
18var/
19wheels/
20*.egg-info/
21.installed.cfg
22*.egg
23MANIFEST
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
32pip-log.txt
33pip-delete-this-directory.txt
34
35# Unit test / coverage reports
36htmlcov/
37.tox/
38.coverage
39.coverage.*
40.cache
41nosetests.xml
42coverage.xml
43*.cover
44.hypothesis/
45.pytest_cache/
46
47# Sphinx documentation
48docs/_build/
49
50# PyBuilder
51target/
52
53# Jupyter Notebook
54.ipynb_checkpoints
55
56# pyenv
57.python-version
58
59# Environments
60.env
61.venv
62env/
63venv/
64ENV/
65env.bak/
66venv.bak/
67
68# mypy
69.mypy_cache/
Note: See TracBrowser for help on using the repository browser.