
# S3LFS cache and temporary files - should not be version controlled
*_cache.json
.s3lfs_temp
*.s3lfs.lock
venv
htmlcov
__pycache__
s3lfs/__pycache__
coverage.xml
*.swp
.coverage*
.s3lfs_temp/
*_cache.yaml

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Virtual environments
.venv/

# TLA+ model checker, downloaded on demand (see specs/README.md)
specs/tla2tools.jar
specs/states/

# >>> s3lfs tracked files >>>
/test_cli_file.txt
# <<< s3lfs tracked files <<<
