# flyctl launch added from .gitignore
# Runtime state
**/.env
**/patchward.toml
**/state.db
**/runs
**/*.json

# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/.venv
**/venv
**/dist
**/build
**/*.egg-info

# OS
**/.DS_Store
**/Thumbs.db

**/.coverage

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

# flyctl launch added from .venv/.gitignore
.venv/**/*
fly.toml
