Spaces:
Running
Running
| # Ignore compiled Python files | |
| *.pyc | |
| *.pyo | |
| __pycache__/ | |
| # Ignore virtual environment files | |
| venv/ | |
| env/ | |
| .env/ | |
| # Ignore package build files | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # Ignore IDE and editor files | |
| .vscode/ | |
| .idea/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Ignore system-specific files | |
| .DS_Store | |
| Thumbs.db |