agllm2-dev / .gitignore
arbabarshad's picture
Update docs, gitignore, examples, and vector DB
0198d9a
raw
history blame contribute delete
846 Bytes
# First exclude everything in agllm-data
agllm-data/*
# Then explicitly include the corrected and india directories and their contents
!agllm-data/corrected/
!agllm-data/corrected/**
!agllm-data/india/
!agllm-data/india/**
# Other exclusions
agllm/
db3/
# db5/
db4/
mlruns/
/agllm-data.zip
.env
vector-databases/
vector-databases-deployement/
writing/
# but include the analysis folder
!writing/*/analysis/
# Include specific file
!writing/65d4fadc59fceb1a54d1aae6/main.tex
*.pdf
# Chloropleth related files
chloropleth/
chloropleth_backup/
*.shp
# Vector database backups
vector-databases-deployed-backup/
# *.sqlite3 # Commented out to allow tracking main DB file
# Binary files
*.pyc
__pycache__/
.DS_Store
# LaTeX build artifacts
*.aux
*.log
*.out
*.synctex.gz
*.fls
*.fdb_latexmk
*.toc
*.lof
*.lot
*.bbl
*.blg
# Editor temp files
~$*