forked from UWPCE-PythonCert/training.python_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (67 loc) · 1002 Bytes
/
.gitignore
File metadata and controls
75 lines (67 loc) · 1002 Bytes
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
#Collection of files to ignore
#Can ignore specific files
###.DS_Store
# Use wildcards as well
### *~
### *.swp
# Can also ignore all directories and files in a directory.
### tmp/**/*
#directories
*/debris
#class work
*Internet Programming with Python.htm
*Internet Programming with Python_files/
Session 01 — Internet Programming*
Session 02 — Internet Programming*
Session 03 — Internet Programming*
.svn
.DS_Store
*.pyc
*.pyo
*.egg-info
*.egg
*.pt.cache
.Python
*.mo
*.o
*.lo
*.la
.*.rej
*.rej
.*~
*~
#*#
.#*
.~lock.*#
.VimballRecord
.netrwhist
tags
tags-*
en.utf-8.add.spl
svn-commit.tmp
.AppleDouble
.vim/bundle/command-t/ruby/command-t/Makefile
.vim/bundle/command-t/ruby/command-t/ext.bundle
.vim/bundle/command-t/ruby/command-t/mkmf.log
.installed.cfg
bin
build
include
lib
share
cast-offs
develop-eggs
development
*.db
*.sublime-project
*.sublime-workspace
.mr.developer.cfg
outline_improvements.txt
src
html
slides
new_mash
.buildinfo
pip-selfcheck.json
.ipynb_checkpoints
testenvs