
# 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/
