forked from openoereb/pyramid_oereb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
43 lines (38 loc) · 831 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
### Python template
# Byte-compiled / optimized / DLL files
*.py[cod]
__pycache__/
# Distribution / packaging
/dist/
/pyramid_oereb.egg-info/
/.cache/
/.coverage
/coverage_report/
/build/
# Virtual environment
/.venv/
# Sphinx documentation
/doc/source/core/readers.rst
/doc/source/core/records.rst
/doc/source/core/sources.rst
/doc/source/standard/sources.rst
/doc/source/standard/models/pyramid_*
/doc/source/standard/models/index.rst
/doc/source/contrib/sources.rst
/doc/source/contrib/print_proxy.rst
/doc/source/contrib/stats.rst
/doc/source/api.rst
/doc/build/
# Standard configuration
/pyramid_oereb_standard.yml
/pyramid_oereb/standard/pyramid_oereb.yml
/logo_*.png
/logo_*.jpg
# Generated files
/pyramid_oereb.yml
/test-db/12-create.sql
/test-db/13-fill.sql
/docker/logo_*.png
/docker/config.yaml
.pytest_cache
.idea