Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Environtment
.env
.env.*

# Vector DBs (Chroma)
chroma_db_*/
chroma_db_LAB/
chroma_db_python/

# PDF and local data
*.pdf
LAB/

# Python
__pycache__/
*.pyc

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store

Binary file removed ai-for-everyone.pdf
Binary file not shown.
Loading