forked from pygame/pygame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (46 loc) · 795 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
# Pygame build process: config.py setup.py
/Setup
*.pyc
/build/
/src_py/version.py
# Windows prebuilt external libraries
/prebuilt-x??
/prebuilt_downloads
# Sphinx generated files: makeref.py
/docs/\.buildinfo
/docs/objects.inv
/docs/c_api/
/docs/doctrees/
/docs/_sources/
/docs/_static/
/docs/_images/
/docs/c_api.html
/docs/genindex.html
/docs/py-modindex.html
/docs/search.html
/docs/searchindex.js
/docs/tut/
/docs/filepaths.html
/docs/index.html
/docs/ref/*.html
# Emacs temporary files
*~
# VIM temporary files
*.swp
# Visual Studio cache/config directory
.vs/
# Visual Studio Code cache/config directory
.vscode/
# PyCharm cache/config directory
.idea/
# mypy
.mypy_cache/
# Other
envdev*
.virtualenv*
buildconfig/manylinux-build/wheelhouse/
anenv
dist
.vagrant
*.egg-info/
*.so