# Builds
site

# Compiled Source
*.pyc
**/*.pyc

# Temp and test cache
.temp
.pytest_cache
__pycache__
>benchmarks
*.bak
.cache
tests/out/**
.coverage

# Logs
*.log
**/*.log
scenario_log.txt

# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Built Documentation
docs/_build/
docs/_generated/

# 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/
projectcard.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
*.hubstorinfo
projectcard.egg-info/SOURCES.txt
projectcard.egg-info/requires.txt
projectcard.egg-info/PKG-INFO
*.pyc
