blob: eb43a467c849059367fcd05c7210d52945a43267 [file] [log] [blame]
Fatih Degirmencie1ab5d92019-02-19 23:04:44 +01001# Packages
2# it's better to unpack these files and commit the raw source
3# git has its own built in compression methods
4*.7z
5*.dmg
6*.gz
7*.iso
8*.jar
9*.rar
10*.tar
11*.zip
12
13# OS generated files
14.DS_Store
15.DS_Store?
16._*
17.Spotlight-V100
18.Trashes
19ehthumbs.db
20Thumbs.db
21
22# Distribution / packaging
23.Python
24env/
25build/
26develop-eggs/
27dist/
28downloads/
29eggs/
30.eggs/
31lib/
32lib64/
33parts/
34sdist/
35wheels/
36*.egg-info/
37.installed.cfg
38*.egg
39.venv
40venv/
41
42# Unit test / coverage reports
43htmlcov/
44.tox/
45.coverage
46.coverage.*
47.cache
48nosetests.xml
49coverage.xml
50*.cover
51.hypothesis/
52
53# Logs and other temporary files
54*.log
55*.retry
56*.swp
57
58# track these files, if they exist
59!.gitignore