Files
balanceboard/.gitignore
chelsea cb894b2159 BalanceBoard - Clean release
- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates

🤖 Generated with Claude Code
2025-10-11 21:24:21 +00:00

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