Merge pull request #34 from lamby/correct-seconds-in-day
[diaspy.git] / .gitignore
... / ...
CommitLineData
1*~
2*.swp
3docs/build/*
4*/__pycache__/*
5__pycache__/*
6.env
7
8check-*.py
9
10# Testing
11testconf.py
12TEST_COUNT
13sketch.py
14
15# Private stuff
16private.*
17
18*.py[cod]
19
20# C extensions
21*.so
22
23# Packages
24*.egg
25*.egg-info
26dist
27build
28eggs
29parts
30bin
31var
32sdist
33develop-eggs
34.installed.cfg
35lib
36lib64
37
38# Installer logs
39pip-log.txt
40
41# Unit test / coverage reports
42.coverage
43.tox
44nosetests.xml
45
46# Translations
47*.mo
48
49# Mr Developer
50.mr.developer.cfg
51.project
52.pydevproject