2020-08-20 13:06:00 -04:00
|
|
|
venv*
|
2017-09-18 15:34:26 -04:00
|
|
|
|
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2012-01-09 02:52:43 +00:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
2012-09-17 21:28:49 +01:00
|
|
|
*~
|
2013-07-15 14:45:14 -04:00
|
|
|
*.DS_Store
|
2013-07-16 16:14:42 +01:00
|
|
|
.*.kate-swp
|
2020-08-07 13:09:25 -04:00
|
|
|
*.bak
|
2012-01-09 02:52:43 +00:00
|
|
|
|
|
|
|
/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
|
2016-03-25 12:55:09 -07:00
|
|
|
/src/tahoe_lafs.egg-info/
|
2012-01-09 02:52:43 +00:00
|
|
|
Twisted-*.egg
|
2013-05-01 10:25:31 -07:00
|
|
|
zope.interface-*.egg
|
2013-12-09 12:27:04 +01:00
|
|
|
.pc
|
2012-01-09 02:52:43 +00:00
|
|
|
|
2019-04-12 12:40:13 +02:00
|
|
|
/src/allmydata/test/plugins/dropin.cache
|
2012-01-09 02:52:43 +00:00
|
|
|
/_trial_temp*
|
2016-03-08 21:17:51 -08:00
|
|
|
/_test_memory/
|
2012-10-25 02:16:21 +01:00
|
|
|
/tmp*
|
2013-07-16 16:14:42 +01:00
|
|
|
/*.patch
|
2012-01-09 02:52:43 +00:00
|
|
|
/dist/
|
2012-01-12 11:18:59 -08:00
|
|
|
/tahoe-deps/
|
|
|
|
/tahoe-deps.tar.gz
|
2012-01-12 22:56:29 -08:00
|
|
|
/.coverage
|
2020-09-17 14:09:08 -07:00
|
|
|
/.coverage.*
|
2012-01-12 22:56:29 -08:00
|
|
|
/.coverage.el
|
|
|
|
/coverage-html/
|
2012-09-17 21:28:49 +01:00
|
|
|
/miscaptures.txt
|
|
|
|
/violations.txt
|
2016-03-08 21:16:36 -08:00
|
|
|
/.tox/
|
2016-03-26 11:22:19 -07:00
|
|
|
/docs/_build/
|
2016-05-09 13:59:54 -07:00
|
|
|
/coverage.xml
|
2020-09-30 07:37:52 -07:00
|
|
|
/.pre-commit-config.local.yaml
|
2017-06-06 19:04:58 +01:00
|
|
|
/.hypothesis/
|
2020-07-01 07:18:33 -04:00
|
|
|
/eliot.log
|
2020-07-03 17:35:48 -04:00
|
|
|
/misc/python3/results.xml
|
2020-07-14 20:11:58 -04:00
|
|
|
/misc/python3/results.subunit2
|
2019-04-03 13:16:46 -04:00
|
|
|
|
|
|
|
# This is the plaintext of the private environment needed for some CircleCI
|
|
|
|
# operations. It's never supposed to be checked in.
|
|
|
|
secret-env-plain
|