| daza | d7d7075 | 2021-01-12 18:17:49 +0100 | [diff] [blame^] | 1 | outputs/ | 
 | 2 |  | 
| José Angel Daza | 40c7483 | 2020-08-07 14:35:49 +0200 | [diff] [blame] | 3 | # Byte-compiled / optimized / DLL files | 
 | 4 | __pycache__/ | 
 | 5 | *.py[cod] | 
 | 6 | *$py.class | 
 | 7 |  | 
 | 8 | # C extensions | 
 | 9 | *.so | 
 | 10 |  | 
 | 11 | # Distribution / packaging | 
 | 12 | .Python | 
 | 13 | build/ | 
 | 14 | develop-eggs/ | 
 | 15 | dist/ | 
 | 16 | downloads/ | 
 | 17 | eggs/ | 
 | 18 | .eggs/ | 
 | 19 | lib/ | 
 | 20 | lib64/ | 
 | 21 | parts/ | 
 | 22 | sdist/ | 
 | 23 | var/ | 
 | 24 | wheels/ | 
 | 25 | pip-wheel-metadata/ | 
 | 26 | share/python-wheels/ | 
 | 27 | *.egg-info/ | 
 | 28 | .installed.cfg | 
 | 29 | *.egg | 
 | 30 | MANIFEST | 
 | 31 |  | 
 | 32 | # PyInstaller | 
 | 33 | #  Usually these files are written by a python script from a template | 
 | 34 | #  before PyInstaller builds the exe, so as to inject date/other infos into it. | 
 | 35 | *.manifest | 
 | 36 | *.spec | 
 | 37 |  | 
 | 38 | # Installer logs | 
 | 39 | pip-log.txt | 
 | 40 | pip-delete-this-directory.txt | 
 | 41 |  | 
 | 42 | # Unit test / coverage reports | 
 | 43 | htmlcov/ | 
 | 44 | .tox/ | 
 | 45 | .nox/ | 
 | 46 | .coverage | 
 | 47 | .coverage.* | 
 | 48 | .cache | 
 | 49 | nosetests.xml | 
 | 50 | coverage.xml | 
 | 51 | *.cover | 
 | 52 | *.py,cover | 
 | 53 | .hypothesis/ | 
 | 54 | .pytest_cache/ | 
 | 55 |  | 
 | 56 | # Translations | 
 | 57 | *.mo | 
 | 58 | *.pot | 
 | 59 |  | 
 | 60 | # Django stuff: | 
 | 61 | *.log | 
 | 62 | local_settings.py | 
 | 63 | db.sqlite3 | 
 | 64 | db.sqlite3-journal | 
 | 65 |  | 
 | 66 | # Flask stuff: | 
 | 67 | instance/ | 
 | 68 | .webassets-cache | 
 | 69 |  | 
 | 70 | # Scrapy stuff: | 
 | 71 | .scrapy | 
 | 72 |  | 
 | 73 | # Sphinx documentation | 
 | 74 | docs/_build/ | 
 | 75 |  | 
 | 76 | # PyBuilder | 
 | 77 | target/ | 
 | 78 |  | 
 | 79 | # Jupyter Notebook | 
 | 80 | .ipynb_checkpoints | 
 | 81 |  | 
 | 82 | # IPython | 
 | 83 | profile_default/ | 
 | 84 | ipython_config.py | 
 | 85 |  | 
 | 86 | # pyenv | 
 | 87 | .python-version | 
 | 88 |  | 
 | 89 | # pipenv | 
 | 90 | #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. | 
 | 91 | #   However, in case of collaboration, if having platform-specific dependencies or dependencies | 
 | 92 | #   having no cross-platform support, pipenv may install dependencies that don't work, or not | 
 | 93 | #   install all needed dependencies. | 
 | 94 | #Pipfile.lock | 
 | 95 |  | 
| daza | a63ab50 | 2020-11-23 18:46:28 +0100 | [diff] [blame] | 96 | # Large Files | 
 | 97 | *.tar.gz | 
 | 98 |  | 
| José Angel Daza | 40c7483 | 2020-08-07 14:35:49 +0200 | [diff] [blame] | 99 | # PEP 582; used by e.g. github.com/David-OConnor/pyflow | 
 | 100 | __pypackages__/ | 
| daza | 972aabc | 2020-09-01 16:41:30 +0200 | [diff] [blame] | 101 | __pycache__/ | 
| José Angel Daza | 40c7483 | 2020-08-07 14:35:49 +0200 | [diff] [blame] | 102 |  | 
 | 103 | # Celery stuff | 
 | 104 | celerybeat-schedule | 
 | 105 | celerybeat.pid | 
 | 106 |  | 
 | 107 | # SageMath parsed files | 
 | 108 | *.sage.py | 
 | 109 |  | 
 | 110 | # Environments | 
 | 111 | .env | 
 | 112 | .venv | 
 | 113 | env/ | 
 | 114 | venv/ | 
| daza | 8534747 | 2020-11-23 18:43:33 +0100 | [diff] [blame] | 115 | venv-* | 
| José Angel Daza | 40c7483 | 2020-08-07 14:35:49 +0200 | [diff] [blame] | 116 | ENV/ | 
 | 117 | env.bak/ | 
 | 118 | venv.bak/ | 
 | 119 |  | 
 | 120 | # Spyder project settings | 
 | 121 | .spyderproject | 
 | 122 | .spyproject | 
 | 123 |  | 
 | 124 | # Rope project settings | 
 | 125 | .ropeproject | 
 | 126 |  | 
 | 127 | # mkdocs documentation | 
 | 128 | /site | 
 | 129 |  | 
 | 130 | # mypy | 
 | 131 | .mypy_cache/ | 
 | 132 | .dmypy.json | 
 | 133 | dmypy.json | 
 | 134 |  | 
 | 135 | # Pyre type checker | 
 | 136 | .pyre/ |