# ftready
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Cache and reports
.ft_cache.json
.ft_cache.tmp
ft_report.txt

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
tests/reports/

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
