# flyctl launch added from .gitignore
**/__pycache__
**/*.egg-info
**/.*.swp
**/dist
test.py
demo.py
**/*.pickle
**/tests/screenshots
**/.venv
**/.pytest_cache
**/.coverage
**/.git

# flyctl launch added from .pytest_cache/.gitignore
# Created by pytest automatically.
.pytest_cache/**/*

# flyctl launch added from tests/.pytest_cache/.gitignore
# Created by pytest automatically.
tests/.pytest_cache/**/*
