dpaste/.gitignore
Darren Nathanael ef1a5da22a
API Escape (#241)
* chore: add pycaches to gitignore

* fix: correct escaping of api responses

The API did not respond as intended. :D
Co-authored-by: <Brian Ferri brian.ferri19@gmail.com>
2023-11-18 11:34:59 -05:00

9 lines
No EOL
126 B
Text

.venv
.coverage
docs/_build
dpaste/settings/local.py
dpaste/static/
dpaste.egg-info
dpaste.sqlite
node_modules
**/__pycache__/