-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
62 lines (59 loc) · 821 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
#########################################
# Editor temporary/working/backup files #
.#*
[#]*#
*~
*$
*.bak
*.kdev4
.project
.pydevproject
/.ropeproject/config.py
/.ropeproject/history
/.ropeproject/objectdb
/.spyderproject
/.spyproject
/.vscode
/.cache
/.idea
/.pytest_cache
# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.py[ocd]
*.so
# Python files #
################
*__pycache__*
# setup.py working directory
build
_build
# sphinx build directory
doc/_build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
# tox testing tool
.tox
# OS generated files #
######################
.directory
.gdb_history
.DS_Store
ehthumbs.db
Icon?
*.orig
old
Thumbs.db
nonSVN
.hg*
*.log
testing/.pytest_cache/README.md
testing/.pytest_cache/v/cache/lastfailed
testing/.pytest_cache/v/cache/nodeids