# Python:
__pycache__/
cfbs.egg-info
cfbs/VERSION
*.pyc
.venv/
.pytest_cache/

# Node / npm:
node_modules/

# macOS:
.DS_Store

# VS Code:
.vscode/

# Vim
*.swp
*.vim

# Build outputs:
build/
dist/
.cache
cfbs.json
out/*

# Test Outputs
tests/add_folder_sample/cfbs.json
tests/add_folder_sample/out
tests/tmp/

# Generated by GH Actions:
black_output.txt
commit_message.txt
git_diff_exists
