aakebit/anime-remove-background
0
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23share/python-wheels/24*.egg-info/25.installed.cfg26*.egg27MANIFEST28 29# PyInstaller30# Usually these files are written by a python script from a template31# before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec34 35# Installer logs36pip-log.txt37pip-delete-this-directory.txt38 39# Unit test / coverage reports40htmlcov/41.tox/42.nox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49*.py,cover50.hypothesis/51.pytest_cache/52cover/53 54# Translations55*.mo56*.pot57 58# Django stuff:59*.log60local_settings.py61db.sqlite362db.sqlite3-journal63 64# Flask stuff:65instance/66.webassets-cache67 68# Scrapy stuff:69.scrapy70 71# Sphinx documentation72docs/_build/73 74# PyBuilder75.pybuilder/76target/77 78# Jupyter Notebook79.ipynb_checkpoints80 81# IPython82profile_default/83ipython_config.py84 85# pyenv86# For a library or package, you might want to ignore these files since the code is87# intended to run in multiple environments; otherwise, check them in:88# .python-version89 90# pipenv91# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.92# However, in case of collaboration, if having platform-specific dependencies or dependencies93# having no cross-platform support, pipenv may install dependencies that don't work, or not94# install all needed dependencies.95#Pipfile.lock96 97# poetry98# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.99# This is especially recommended for binary packages to ensure reproducibility, and is more100# commonly ignored for libraries.101# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control102#poetry.lock103 104# PEP 582; used by e.g. github.com/David-OConnor/pyflow105__pypackages__/106 107# Celery stuff108celerybeat-schedule109celerybeat.pid110 111# SageMath parsed files112*.sage.py113 114# Environments115.env116.venv117env/118venv/119ENV/120env.bak/121venv.bak/122 123# Spyder project settings124.spyderproject125.spyproject126 127# Rope project settings128.ropeproject129 130# mkdocs documentation131/site132 133# mypy134.mypy_cache/135.dmypy.json136dmypy.json137 138# Pyre type checker139.pyre/140 141# pytype static type analyzer142.pytype/143 144# Cython debug symbols145cython_debug/146 147# PyCharm148.idea/149 