financial-research-agent / .dockerignore
Sanchit7's picture
$(cat <<EOF
9e76be1
raw
history blame
541 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
# Git
.git/
.gitignore
# Environment
.env
.env.local
# Data & Cache
data/
.cache/
sec-edgar-filings/
*.log
logs/
# Models (download at runtime)
models/
*.pt
*.pth
# Testing
.pytest_cache/
.coverage
htmlcov/
# Documentation
docs/
*.md
!README.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# CI/CD
.github/
# Old projects
SECdatapull/
Feb5_CrewAI_Stock_Analyzer.ipynb