Archipelago/.gitignore

149 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-05-28 13:42:55 +00:00
.idea
2019-04-27 16:52:19 +00:00
.vscode
2020-07-10 15:42:22 +00:00
*_Spoiler.txt
*.bmbp
2021-03-03 01:02:41 +00:00
*.apbp
2019-04-27 16:52:19 +00:00
*.pyc
2020-07-10 15:42:22 +00:00
*.pyd
2019-04-27 16:52:19 +00:00
*.sfc
*.wixobj
2020-07-10 15:42:22 +00:00
*.lck
2021-03-13 23:42:15 +00:00
*.db3
2020-07-10 15:42:22 +00:00
*multidata
*multisave
2021-05-11 21:57:42 +00:00
*.archipelago
*.apsave
2020-07-10 15:42:22 +00:00
2019-04-27 16:52:19 +00:00
build
2021-06-03 23:00:03 +00:00
/build_factorio/
2019-04-27 16:52:19 +00:00
bundle/components.wxs
dist
README.html
.vs/
2019-05-29 23:10:16 +00:00
EnemizerCLI/
2020-01-06 17:39:18 +00:00
RaceRom.py
weights/
2020-01-18 14:45:52 +00:00
/MultiMystery/
/Players/
2020-02-11 14:07:21 +00:00
/QUsb2Snes/
/options.yaml
2020-06-20 11:21:48 +00:00
/config.yaml
/uploads/
/logs/
2020-04-30 06:54:57 +00:00
_persistent_storage.yaml
2020-04-30 06:56:51 +00:00
mystery_result_*.yaml
2020-11-11 08:27:45 +00:00
*-errors.txt
success.txt
output/
Output Logs/
2021-05-11 21:57:42 +00:00
/factorio/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
*.dll
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
2021-06-03 23:00:03 +00:00
cython_debug/
2021-06-18 21:23:55 +00:00
Archipelago.zip