Researcher / .gitignore
amarck's picture
Add HF Spaces support, preference seeding, archive search, tests
430d0f8
raw
history blame contribute delete
335 Bytes
# Environment
.env
# Database
data/*.db
data/*.db-wal
data/*.db-shm
data/backups/
data/weeks/
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE / Editor
.claude/
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test data
data-test/
# Generated config (created by setup wizard)
config.yaml