- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates
🤖 Generated with Claude Code
44 lines
368 B
Plaintext
44 lines
368 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Application data
|
|
data/
|
|
backups/
|
|
active_html/
|
|
*.log
|
|
*.pid
|
|
server.log
|
|
app.log
|
|
|
|
# Secrets
|
|
.env
|
|
*.txt
|
|
!requirements.txt
|
|
cookies.txt
|
|
reddit-api-key.txt
|
|
|
|
# Archives
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Config files
|
|
platform_config.json
|
|
filtersets.json
|