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 | # Python 3 bytecode __pycache__ /.eggs # virtual environment /.venv # autoenv .autoenv .autoenv.leave .env .env.leave # test-related /.coverage /.pytest_cache *.egg-info # cache data .cache .mypy_cache # user data /data # documentation /docs/_build # custom configurations /config/*.toml /docker/byceps/*.toml # l10n messages.pot secret_key.txt |