2016-08-24 10:18:44 +02:00
|
|
|
### UMap ###
|
2013-01-02 15:49:20 +01:00
|
|
|
umap/settings/local.py
|
|
|
|
umap/settings/local/*
|
2012-11-20 10:47:19 +01:00
|
|
|
docs/_build
|
2015-05-27 22:02:48 -07:00
|
|
|
umap/remote_static
|
2015-10-07 22:26:19 +02:00
|
|
|
tmp/*
|
2018-06-02 12:21:40 +02:00
|
|
|
node_modules/*
|
|
|
|
umap/static/umap/vendors
|
2019-04-16 20:34:59 +02:00
|
|
|
site/*
|
2020-03-09 17:54:43 +01:00
|
|
|
.pytest_cache/
|
2016-08-24 10:18:44 +02:00
|
|
|
|
|
|
|
### Python ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
*.egg-info/
|
2023-09-11 12:19:42 +02:00
|
|
|
playwright/.auth/
|
|
|
|
test-results/
|