# results and other personalized (input) files
*.yml
*.yaml
*.pickle
*.sqlite

# don't ignore some YAML files though!
!.gitlab-ci.yml
!tests/**/*.yml

# logs
sf.log

# environment variables
.env

# Python
formatscaper.egg-info
.ruff_cache
Pipfile
Pipfile.lock
**/__pycache__
.coverage
dist
