First_agent_template / .gitignore 2
Hugescoot's picture
Enhanced LLM-first architecture with smart attachment handling
35b2eed
raw
history blame contribute delete
315 Bytes
# Virtual Environment
venv/
.venv/
env/
.env/
# Other common build artifacts and cache directories
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.vscode/ # Important: VS Code project settings - consider if you want to share specific workspace settings
.DS_Store # macOS specific
# Environment variables file
.env