Spaces:
Running
Running
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual environment | |
| venv | |
| # Environment variables and secrets | |
| .env | |
| # VSCode settings (optional, if not shared across devs) | |
| .vscode/ | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Python distribution / packaging | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # Jupyter Notebook checkpoints (if you use Jupyter) | |
| .ipynb_checkpoints/ | |