Files
clip-annotator/.gitignore
asreva cc115f6f3f Stop tracking gitignored files and remove them from remote
Remove .claude/, .github/workflows/, data/, and notebooks/ from git
tracking so they no longer appear in the remote repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:52:17 +02:00

22 lines
241 B
Plaintext

# Python cache
*.pyc
.ipynb_checkpoints/
*.egg-info/
# 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/