Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Repo/directory names (was Re: Python and IDEs [was Re: Python 3 is killing Python]) Date: Sun, 20 Jul 2014 17:32:15 +1200 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 1uCCIDxlDUUFsSJ17qjJVw/ZWtkq1wh5yGdibrsUk+3szHyEk0 Cancel-Lock: sha1:OpIdI+/3VNyXGfy5eVkS0QYKl8A= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:74870 Chris Angelico wrote: > Other people had, for instance, a C:\BELFRY (best place to have BATs, > you know), or other such names. What's your favorite > directory/repository name for a concretion of ... random stuff? My project directories typically contain a directory called "Attic" for putting stuff in that I probably won't use any more, but want to keep just in case. Fortunately, it doesn't have the same space restrictions as its physical namesake. :-) -- Greg