# 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
