# Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc may generate these, which store debugging information
*.pdb

# IDE and Editor Files
# VSCode
.vscode/
*.code-workspace

# IntelliJ/CLion
.idea/
*.iml
*.ipr
*.iws

# Vim
*.swp
*.swo
*~

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Sublime Text
*.sublime-project
*.sublime-workspace

# System Files
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.tmp
*.temp
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# Build and Test Artifacts
# Rust test coverage
*.profraw
*.profdata
lcov.info
coverage/
tarpaulin-report.html

# Flamegraph profiling
flamegraph.svg
perf.data*

# Benchmarking
criterion/
target/criterion/

# Development Tools
# Rust analyzer
.rust-analyzer/

# Clippy cache
.clippy.toml

# Application Specific
# Test EPUB files (temporary)
test_books/
*.test.epub
temp_epub/

# User data and config (for future features)
# Books library database
books.db
books.db-*
library.sqlite
library.sqlite-*

# User preferences and session data
config.toml
settings.json
.catatau/
user_data/

# Reading positions and bookmarks
positions.json
bookmarks.json
reading_state.json

# Search index files (for future tantivy integration)
search_index/
*.idx

# Logs
*.log
logs/
catatau.log

# Temporary files
tmp/
temp/
.tmp/

# Package manager files
Cargo-remote.lock

# Documentation build
doc/
target/doc/

# Release builds
releases/
dist/

# Environment files
.env
.env.local
.env.*.local

# Backup files
*.bak
*.backup
*.old

# Core dumps
core
core.*

# Debug symbols
*.dSYM/

# Profiling data
*.prof

# Memory debugging
valgrind-*.log
*.memcheck

# Static analysis
*.sarif

# LLM stuff
CLAUDE.md

# Test books
*.epub
