agentic-researcher / .gitignore
vin00d's picture
removed chainlit.md from gitignore
ce8c9f2
raw
history blame contribute delete
336 Bytes
# Virtual environment
.venv/
venv/
# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
.chainlit/*
**/.DS_Store
.DS_Store