Spaces:
Sleeping
Sleeping
| # Python virtual environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Python bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # IDE specific files | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Environment variables | |
| .env | |
| .env.local | |
| # Streamlit specific | |
| .streamlit/ | |
| # OS specific | |
| .DS_Store | |
| Thumbs.db |