# Editors
.vscode/
.idea/

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

# C extensions
*.so

# Distribution / packaging
.Python
env/
env2/
venv/
.venv/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.envrc

# hatch-vcs generated
src/palace/tools/_version.py

# Caches
.*_cache
.tox
.pyre

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage*
.cache
nosetests.xml
coverage.xml
coverage.json

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

*~
.env
.docker
.git
.pyre

# Sphinx documentation
# Only need to have three files to build the documentation.
docs/**/
!docs/source
docs/source/*
!docs/source/conf.py
!docs/source/index.rst

# Mac OS
.DS_Store

core/_version.py

# Ignore xml and json files in the root
# Since these are generally feed downloads that we wish to ignore
/*.json
/*.xml
