# Compiled Source
*.pyc

# Temp and test cache
.benchmarks
prof/
tests/temp/*
*.mbtiles
.temp
.pytest_cache
*.bak
.cache
cache
tests/t_*
tests/*.txt
tests/out/**
tests/out/**/**
wranglertest/
.coverage
coverage.xml
prof/*

# Logs
*.log
scenario_log.txt

# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py
notebook/*
!notebook/*.ipynb

# Built Documentation
site/

# System Errata
.DS_Store
.DS_Store?

# Packaging and Installing
.Python
env/
build/
wheels/
lib64/
var/
pip-wheel-metadata/
develop-eggs/
dist/
eggs/
.eggs/
*.egg
*.egg-info/
.installed.cfg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

# Virtual Envs
.env
.venv
venv/
ENV/
env/
.python-version

# IDE files
.idea
.spyderproject
.spyproject
.project
.pydevproject
.settings
.vscode
*.hubstorinfo
