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>
22 lines
241 B
Plaintext
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/
|