StockDocs/.gitignore
2026-02-01 15:00:53 -06:00

25 lines
337 B
Plaintext

# Anything from venv
**/bin/*
**/include/*
**/lib/*
**/lib64/*
**/lib64/
**/lib64
**/share/*
**/__pycache__/*
# Anything from MCPServer
MCPServer/cache/*
MCPServer/lib64/*
# Anything from Scraper
scraper/articles/*
# Anything from AI Process
ai_processor/output/*
# Anything from running processes in the background
nohup.out
*.pyc