# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
.eggs/
parts/
sdist/
*.egg-info/
.installed.cfg
*.egg
randovania/version.py
randovania/version_hash.py
.qt_for_python/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache

# Translations
*.mo
*.pot

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# virtualenv
.venv
/venv*/

# mypy
.mypy_cache/

# PyCharm
/.idea/workspace.xml
/.idea/misc.xml
/.idea/randovania.iml
/.idea/dictionaries/
/.idea/inspectionProfiles/

# macOS
.DS_Store

# Vim
*.swp

# Usual dev server db
/tools/*.db
/network-storage

.codspeed/
.vscode/
cache/
exported_videos/*
/randovania/data/icons/executable_icon.ico
/randovania/data/README.md

# Ignore certain files on root
/*.rdvgame
/*.rdvpreset
/*.log
/*.txt
