QCDevs/Selector_GSoC
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/23pip-wheel-metadata/24share/python-wheels/25*.egg-info/26.installed.cfg27*.egg28MANIFEST29 30# PyInstaller31# Usually these files are written by a python script from a template32# before PyInstaller builds the exe, so as to inject date/other infos into it.33*.manifest34*.spec35 36# Installer logs37pip-log.txt38pip-delete-this-directory.txt39 40# Unit test / coverage reports41htmlcov/42.tox/43.nox/44.coverage45.coverage.*46.cache47nosetests.xml48coverage.xml49*.cover50*.py,cover51.hypothesis/52.pytest_cache/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 documentation72doc/_build/73doc/html/74doc/latex/75doc/man/76doc/xml/77doc/source78doc/modules79 80# PyBuilder81target/82 83# Jupyter Notebook84.ipynb_checkpoints85 86# IPython87profile_default/88ipython_config.py89 90# pyenv91.python-version92 93# pipenv94# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.95# However, in case of collaboration, if having platform-specific dependencies or dependencies96# having no cross-platform support, pipenv may install dependencies that don't work, or not97# install all needed dependencies.98#Pipfile.lock99 100# PEP 582; used by e.g. github.com/David-OConnor/pyflow101__pypackages__/102 103# Celery stuff104celerybeat-schedule105celerybeat.pid106 107# SageMath parsed files108*.sage.py109 110# Environments111.env112.venv113env/114venv/115ENV/116env.bak/117venv.bak/118 119# Spyder project settings120.spyderproject121.spyproject122 123# Rope project settings124.ropeproject125 126# mkdocs documentation127/site128 129# mypy130.mypy_cache/131.dmypy.json132dmypy.json133 134# Pyre type checker135.pyre/136 137# Editor junk138tags139[._]*.s[a-v][a-z]140[._]*.sw[a-p]141[._]s[a-v][a-z]142[._]sw[a-p]143*~144\#*\#145.\#*146.ropeproject147.idea/148.spyderproject149.spyproject150.vscode/151# Mac .DS_Store152.DS_Store153 154# jupyter notebook checkpoints155.ipynb_checkpoints156 157# codecov files158*.gcno159*.gcda160*.gcov161test_calculator162 