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