# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
env/ | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# Virtual Environment | |
venv/ | |
ENV/ | |
# IDE | |
.idea/ | |
.vscode/ | |
*.swp | |
*.swo | |
# Logs | |
*.log | |
# Local configuration | |
.env | |
# Results and data files | |
results/ | |
*.csv | |
*.xlsx | |
# Gradio | |
flagged/ | |
# Code outputs | |
*.png | |
*.xlsx | |
.gradio/ | |
.ipynb_checkpoints/ | |
# Environment Variables | |
.env | |
# IDEs and Editors | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
# Operating System Files | |
.DS_Store | |
Thumbs.db | |
# Build files | |
build/ | |
dist/ | |
*.egg-info/ | |
# Database files | |
*.db | |
*.sqlite3 | |
# Backup files | |
*.bak | |
# Other sensitive or project-specific files | |
config.ini | |
secrets.json | |
credentials.yml |