forked from tahoe-lafs/tahoe-lafs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 845 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
venv*
# vim swap files
*.swp
*.swo
*.pyc
*.pyo
*~
*.DS_Store
.*.kate-swp
*.bak
/build/
/support/
# these are generated at build time, and never checked in
/src/allmydata/_version.py
# these are generated too
/bin/tahoe
/bin/tahoe.pyscript
/bin/tahoe-script.py
/.built
/src/tahoe_lafs.egg-info/
Twisted-*.egg
zope.interface-*.egg
.pc
/src/allmydata/test/plugins/dropin.cache
**/_trial_temp*
/tmp*
/*.patch
/dist/
/tahoe-deps/
/tahoe-deps.tar.gz
/.coverage
/.coverage.*
/.coverage.el
/coverage-html/
/miscaptures.txt
/violations.txt
/.tox/
/docs/_build/
/coverage.xml
/.pre-commit-config.local.yaml
/.hypothesis/
/eliot.log
/misc/python3/results.xml
/misc/python3/results.subunit2
# This is the plaintext of the private environment needed for some CircleCI
# operations. It's never supposed to be checked in.
secret-env-plain
.ruff_cache