Files
clip-annotator/.gitignore
2026-05-20 13:53:06 +02:00

24 lines
259 B
Plaintext

# Python cache
*.pyc
.ipynb_checkpoints/
*.egg-info/
.claude/
.github/
# IDE settings
.vscode/
.idea/
# OSX-specific
.DS_Store
# Data
data/**
# User-specific config (copy from *.example.* files)
config/config.yaml
config/clips.txt
# Notebooks
notebooks/