osint-dashboard/news/scraper/.dockerignore

20 lines
225 B
Text
Raw Permalink Normal View History

# Secrets and Config
.env
*.key
*.pem
# Python artifacts
**/__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
# Scrapy runtime output (created inside the container at /app/data)
data/
*.jsonl
.scrapy/
# Git
.git
.gitignore