Rishabh2095's picture
Added logs to gitignore
149fa5c
## Ignore runtime artifacts and local secrets inside the package
# Patterns here are relative to the `src/` directory
# Environment / secret files
job_writing_agent/.env
job_writing_agent/.env.*
src/job_writing_agent/.env
src/job_writing_agent/.env.*
# Jupyter notebooks
job_writing_agent/*.ipynb
# LangGraph runtime artifacts (pickles, stores, checkpoints)
job_writing_agent/.langgraph_api/
# Logs
job_writing_agent/logs/
# Pickle / serialized data
job_writing_agent/**/*.pkl
job_writing_agent/**/*.pckl
job_writing_agent/**/*.pickle
# Compiled Python files / caches
job_writing_agent/**/__pycache__/
job_writing_agent/**/*.py[cod]
job_writing_agent/**/*.pyc
# General patterns (repo-relative ones can still live here)
*.ipynb
*.pkl
*.pckl
*.pickle
__pycache__/
*.py[cod]
*.pyc
*.log
.vscode/*
.cursor/*
src/job_writing_agent.egg-info/*
pyrightconfig.json
app_env/*
.docker_env
requirements.txt
.langgraph_api/*
src/job_writing_agent/logs/*
docker-compose.override.example.yml
DOCKERFILE_EXPLANATION.md
DEPLOYMENT_GUIDE.md
# Binary files (PDFs, images, etc.)
*.pdf
*.png
*.jpg
*.jpeg
*.gif
*.zip
*.tar
*.gz
.\resume.pdf
# Database files
*.sqlite3
*.db
*.bin
chroma/
demo_chroma_db/