umap/.gitignore

22 lines
311 B
Text
Raw Normal View History

2016-08-24 03:18:44 -05:00
### UMap ###
2013-01-02 08:49:20 -06:00
umap/settings/local.py
umap/settings/local/*
2012-11-20 03:47:19 -06:00
docs/_build
umap/remote_static
tmp/*
node_modules/*
umap/static/umap/vendors
site/*
.pytest_cache/
2016-08-24 03:18:44 -05:00
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
# Distribution / packaging
build/
dist/
*.egg-info/
2023-09-11 05:19:42 -05:00
playwright/.auth/
test-results/