24 lines
259 B
Plaintext
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/
|