# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# Caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# Project artifacts (DEVELOPMENT.md §10.5)
*.pdf
!tests/fixtures/sample_pdf.pdf
*.sqlite
!tests/fixtures/zotero_test.sqlite
*.sqlite-journal
audit.log*

# IDE
.idea/
.vscode/
*.swp
