29 lines
253 B
Plaintext
29 lines
253 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
|
|
# Tools
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# SQLite runtime
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
|
|
# AI session artifacts
|
|
chat-summaries/
|