-
Notifications
You must be signed in to change notification settings - Fork 71
/
.gitignore
69 lines (69 loc) · 1.92 KB
/
.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
64
65
66
67
68
69
build/
module
source/_themes/pymotw/static/pymotw.css
/order.txt
source/glob/dir
/source/bz2/example.bz2
/source/bz2/lines.bz2
/source/cgitb/LOGS
.tox
/source/csv/testout.csv
/source/csv/testout_quoted.csv
*.egg-info
dist/
/blog_posts/
/source/random/state.dat
/source/mailbox/example.mbox
/source/mailbox/Example
/source/filecmp/example
/source/mmap/lorem_copy.txt
/source/zipimport/zipimport_example.zip
/source/shelve/test_shelf.db.db
/source/pkgutil/pkgwithdatainzip.zip
/source/os/os_stat_chmod_example.txt
/source/pickle/test.dat
/source/venv/pyvenv.cfg
/source/gzip/*.gz
/source/zipfile/append.zip
/source/zipfile/pyzipfile.zip
/source/zipfile/write.zip
/source/zipfile/write_arcname.zip
/source/zipfile/write_compression.zip
/source/zipfile/writestr.zip
/source/zipfile/writestr_zipinfo.zip
/source/bz2/compress-level-*.bz2
/source/tarfile/addfile_string.tar
/source/tarfile/outdir/*
/source/tarfile/tarfile_add.tar
/source/tarfile/tarfile_addfile.tar
/source/tarfile/tarfile_append.tar
/source/tarfile/tarfile_compression.tar
/source/tarfile/tarfile_compression.tar.bz2
/source/tarfile/tarfile_compression.tar.gz
/source/sqlite3/todo.db
/source/os.path/broken_link
/source/codecs/decode_error.txt
/source/codecs/encode_error.txt
/source/codecs/nonnative-encoded.txt
/source/codecs/utf-16.txt
/source/codecs/utf-32.txt
/source/codecs/utf-8.txt
/source/pathlib/test_files
/source/pathlib/pathlib_chmod_example.txt
/source/pathlib/example.txt
/source/pathlib/example_link
/source/pathlib/touched
/source/shutil/shutil_copyfile.py.copy
/source/shutil/example.out
/source/shutil/file_to_change.txt
/source/shutil/config.ini
/source/shutil/example.tar.gz
/source/logging/logging_rotatingfile_example.out*
/source/trace/coverdir1/coverage_report.dat
/source/trace/coverdir1/trace.cover
/source/trace/coverdir1/trace_example.main.cover
/source/trace/trace_report.dat
/linkcheck.log
.DS_Store
/source/trace/coverdir1/main.cover
/source/trace/coverdir1/recurse.cover