# flyctl launch added from .gitignore
**/__pycache__
**/*.py[cod]
**/*.egg-info
**/dist
**/build
**/.eggs
**/*.egg

**/.env
**/.venv
**/venv

**/data/uploads
**/data/models
**/*.parquet

**/.pytest_cache
**/.coverage
**/htmlcov
**/test_output

**/.mypy_cache
**/.ruff_cache

**/*.ipynb_checkpoints

**/.DS_Store

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

# flyctl launch added from .ruff_cache/.gitignore
# Automatically created by ruff.
.ruff_cache/**/*

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