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