Spaces:
Build error
Build error
# Ignore common files and directories .DS_Store Thumbs.db .venv/ .vscode/ .idea/ .git/ __pycache__/ *.pyc *.pyo *.pyd *.so *.dylib *.dll *.img *.bin * .exe *.obj *.pdb *.lock *.log *.tmp *.orig *.rej noxfile.py tox.ini .coverage htmlcov/ .tox/ .eggs/ .env .env.local .nyc_output/ node_modules/ bower_components/ # Ignore test files tests/ test/ Tests/ Test/ coverage.xml # Ignore documentation folder docs/ # Ignore migration files migrations/ # Ignore Python package files dist/ build/ develop-eggs/ . egg-info/ *.egg-info/ *.zip *.tar.gz *.whl *.spdx MANIFEST # Ignore IDE configuration files .project .classpath .cproject .settings/ .idea/ *.sublime-workspace * .tmTheme *.tmPreferences *.code-workspace *.idea # Ignore Swagger UI files swagger-ui/ |