27 lines
344 B
Plaintext
27 lines
344 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
|
|
|
|
*.log
|