maybe a fork of sparrowhe's "bluesky circle" webapp, to frontend only?
at main 3.2 kB view raw
1.DS_Store 2.idea 3*.iml 4.env 5*.db 6 7# Byte-compiled / optimized / DLL files 8__pycache__/ 9*.py[cod] 10*$py.class 11 12# C extensions 13*.so 14 15# Distribution / packaging 16.Python 17bin/ 18build/ 19develop-eggs/ 20dist/ 21downloads/ 22eggs/ 23.eggs/ 24lib/ 25lib64/ 26parts/ 27sdist/ 28var/ 29wheels/ 30share/python-wheels/ 31*.egg-info/ 32.installed.cfg 33*.egg 34MANIFEST 35 36# PyInstaller 37# Usually these files are written by a python script from a template 38# before PyInstaller builds the exe, so as to inject date/other infos into it. 39*.manifest 40*.spec 41 42# Installer logs 43pip-log.txt 44pip-delete-this-directory.txt 45 46# Unit test / coverage reports 47htmlcov/ 48.tox/ 49.nox/ 50.coverage 51.coverage.* 52.cache 53nosetests.xml 54coverage.xml 55*.cover 56*.py,cover 57.hypothesis/ 58.pytest_cache/ 59cover/ 60 61# Translations 62*.mo 63*.pot 64 65# Django stuff: 66*.log 67local_settings.py 68db.sqlite3 69db.sqlite3-journal 70 71# Flask stuff: 72instance/ 73.webassets-cache 74 75# Scrapy stuff: 76.scrapy 77 78# Sphinx documentation 79docs/_build/ 80 81# PyBuilder 82.pybuilder/ 83target/ 84 85# Jupyter Notebook 86.ipynb_checkpoints 87 88# IPython 89profile_default/ 90ipython_config.py 91 92# pyenv 93# For a library or package, you might want to ignore these files since the code is 94# intended to run in multiple environments; otherwise, check them in: 95# .python-version 96 97# pipenv 98# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. 99# However, in case of collaboration, if having platform-specific dependencies or dependencies 100# having no cross-platform support, pipenv may install dependencies that don't work, or not 101# install all needed dependencies. 102#Pipfile.lock 103 104# poetry 105# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. 106# This is especially recommended for binary packages to ensure reproducibility, and is more 107# commonly ignored for libraries. 108# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control 109#poetry.lock 110 111# pdm 112# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. 113#pdm.lock 114# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it 115# in version control. 116# https://pdm.fming.dev/#use-with-ide 117.pdm.toml 118 119# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm 120__pypackages__/ 121 122# Celery stuff 123celerybeat-schedule 124celerybeat.pid 125 126# SageMath parsed files 127*.sage.py 128 129# Environments 130.env 131.venv 132env/ 133venv/ 134ENV/ 135env.bak/ 136venv.bak/ 137pyvenv.cfg 138 139# Spyder project settings 140.spyderproject 141.spyproject 142 143# Rope project settings 144.ropeproject 145 146# mkdocs documentation 147/site 148 149# mypy 150.mypy_cache/ 151.dmypy.json 152dmypy.json 153 154# Pyre type checker 155.pyre/ 156 157# pytype static type analyzer 158.pytype/ 159 160# Cython debug symbols 161cython_debug/ 162 163# PyCharm 164# JetBrains specific template is maintained in a separate JetBrains.gitignore that can 165# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore 166# and can be added to the global gitignore or merged into this file. For a more nuclear 167# option (not recommended) you can uncomment the following to ignore the entire idea folder. 168#.idea/ 169 170lib/ 171lib64 172include/ 173bin/ 174share/ 175pyvenv.cfg 176test.py 177*.png