AstroResearch/.gitignore

22 lines
335 B
Plaintext

# Rust build artifacts
/target/
# Local configuration
.env
# SQLite local database
/astro_research.db
/astro_research.db-journal
/astro_research.db-shm
/astro_research.db-wal
# Local literature storage (contains downloaded PDFs, HTML, Markdowns and Translations)
/library/
# IDEs and OS files
.vscode/
.idea/
.DS_Store
*.suo
*.swp