forked from pythonarcade/arcade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (53 loc) · 754 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# IDEs
*.sublime-project
*.sublime-workspace
.idea/
/.vscode/
*.wpr
*.wpu
# virualenvs
env
.env
.venv
ENV/
env/
venv*/
.venv*/
# docs
/doc/api_docs/resources.rst
doc/build/
doc/api_docs/quick_index.rst
doc/internal/blacklist.rst
doc/internal/build.rst
doc/source/quick_index.rst
doc/example_code/how_to_examples/thumbs/
# testing
.pytest_cache/
.coveralls.yml
.tox/
.mypy_cache/
tests/test_examples/test.png
stress_test*.csv
arcade/examples/test.png
arcade/examples/stress*.csv
pylint.html
# covereage
htmlcov/
.coverage
# build
.eggs/
dist/
build/
arcade.egg-info/
*.pyc
arcade/__pycache__/
doc/_build
# osx
.DS_Store
# local testing/mocking
test.py
pip-wheel-metadata/
temp/
# Tiled Session for project
*.tiled-session
doc/api_docs/api/*.rst