-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (78 loc) · 1.31 KB
/
.gitignore
File metadata and controls
97 lines (78 loc) · 1.31 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Byte-compiled / optimized / DLL files
__pycache__/
# Sphinx documentation
docs/build/
docs/source/reference/generated/
# Files exported by executed examples
docs/source/getting-started/downloads
docs/source/getting-started/external_data
docs/source/getting-started/my_file.png
docs/source/getting-started/my_file.tiff
docs/source/getting-started/my_image.png
docs/source/getting-started/my_table.csv
docs/source/getting-started/my_table.xlsx
docs/source/getting-started/top_right_corner.png
# Builds
/build
/dist
/tiled.egg-info
/web-frontend/dist
/web-frontend/node_modules
# pytest
.pytest_cache/
# Unit test / coverage reports
coverage/
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
cover/*
# PyBuilder
target/
# Editor files
#mac
.DS_Store
*~
#vim
*.swp
*.swo
#pycharm
.idea/
#VSCode
.vscode/*
!.vscode/launch.json
#Ipython Notebook
.ipynb_checkpoints
example_files/
tokens.json
# generated docs
docs/source/reference/client-profiles.md
docs/source/reference/service-configuration.md
docs/source/reference/api.yml
# placed React bundle
share/tiled/ui
config.yaml
config.yml
*.sqlite
*.db
*.db-wal
*.db-shm
prometheus_data
grafana_data
data
alembic.ini
tiled/_version.py
.env
.asv/
venv/
# pixi environments
.pixi
pixi.lock
# uv environments
uv.lock
.venv
# pixi environments
.pixi/*
!.pixi/config.toml