Remove build_library and runtime artifacts, ignore regenerable outputs, and add README/AGENTS/DESIGN/CHANGELOG for the simplified project. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
163 B
Plaintext
16 lines
163 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
|
|
# Runtime / debug artifacts (regenerable)
|
|
preview/
|
|
results/
|
|
failures/
|
|
samples/raw/
|