# Python cache files
__pycache__/
*.py[cod]

# Virtual environment
venv/

# IDE files
.idea/

# Other
*.log
uploads/