# Frooky local debug artifacts
output.json
*.jsonl

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
.env/

# Packaging/build outputs
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Generated version file (created by setuptools-scm during build)
frooky/_version.py

# Test / type-check / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# IDE / OS
.DS_Store
.vscode/
.idea/
