CoolFace
Apppublic

Surn/HexGameMaker

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
4likes
.gitignore171 linesDownload Raw Back to root
1################################################################################2# This .gitignore file was automatically created by Microsoft(R) Visual Studio.3################################################################################4 5# C extensions6*.so7 8# Distribution / packaging9.Python10build/11develop-eggs/12dist/13downloads/14eggs/15.eggs/16lib/17lib64/18parts/19sdist/20var/21wheels/22share/python-wheels/23*.egg-info/24.installed.cfg25*.egg26MANIFEST27 28# PyInstaller29#  Usually these files are written by a python script from a template30#  before PyInstaller builds the exe, so as to inject date/other infos into it.31*.manifest32*.spec33 34# Installer logs35pip-log.txt36pip-delete-this-directory.txt37 38# Unit test / coverage reports39htmlcov/40.tox/41.nox/42.coverage43.coverage.*44.cache45nosetests.xml46coverage.xml47*.cover48*.py,cover49.hypothesis/50.pytest_cache/51cover/52 53# Translations54*.mo55*.pot56 57# Django stuff:58*.log59local_settings.py60db.sqlite361db.sqlite3-journal62 63# Flask stuff:64instance/65.webassets-cache66 67# Scrapy stuff:68.scrapy69 70# Sphinx documentation71docs/_build/72 73# PyBuilder74.pybuilder/75target/76 77# Jupyter Notebook78.ipynb_checkpoints79 80# IPython81profile_default/82ipython_config.py83 84# pyenv85#   For a library or package, you might want to ignore these files since the code is86#   intended to run in multiple environments; otherwise, check them in:87# .python-version88 89# pipenv90#   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 dependencies92#   having no cross-platform support, pipenv may install dependencies that don't work, or not93#   install all needed dependencies.94#Pipfile.lock95 96# poetry97#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.98#   This is especially recommended for binary packages to ensure reproducibility, and is more99#   commonly ignored for libraries.100#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control101#poetry.lock102 103# pdm104#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.105#pdm.lock106#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it107#   in version control.108#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control109.pdm.toml110.pdm-python111.pdm-build/112 113# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm114__pypackages__/115 116# Celery stuff117celerybeat-schedule118celerybeat.pid119 120# SageMath parsed files121*.sage.py122 123# Environments124.env125.venv126env/127venv/128ENV/129env.bak/130venv.bak/131 132# Spyder project settings133.spyderproject134.spyproject135 136# Rope project settings137.ropeproject138 139# mkdocs documentation140/site141 142# mypy143.mypy_cache/144.dmypy.json145dmypy.json146 147# Pyre type checker148.pyre/149 150# pytype static type analyzer151.pytype/152 153# Cython debug symbols154cython_debug/155 156# PyCharm157#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can158#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore159#  and can be added to the global gitignore or merged into this file.  For a more nuclear160#  option (not recommended) you can uncomment the following to ignore the entire idea folder.161#.idea/162/.vs163/.vs164/src/__pycache__165/utils/__pycache__166/__pycache__167/temp_models168/modules/__pycache__169/.github170/modules/mazlib/__pycache__171