Mercurial > jouvence
annotate .hgignore @ 31:9ae14e9615e6
docs: Add Sphynx documentation and code docstrings.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 15 Jan 2017 22:41:49 -0800 |
parents | 9ec1fa08ce69 |
children |
rev | line source |
---|---|
0 | 1 syntax:glob |
2 __pycache__ | |
5
22f5f1374143
Add ignore patterns for Mercurial and PyTest.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
3 venv |
0 | 4 .cache |
11 | 5 .eggs |
9 | 6 .sass-cache |
7 *.css.map | |
0 | 8 *.pyc |
11 | 9 |
16 | 10 dist |
15
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
11 Jouvence.egg-info |
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
12 jouvence/version.py |
31
9ae14e9615e6
docs: Add Sphynx documentation and code docstrings.
Ludovic Chabant <ludovic@chabant.com>
parents:
16
diff
changeset
|
13 |
9ae14e9615e6
docs: Add Sphynx documentation and code docstrings.
Ludovic Chabant <ludovic@chabant.com>
parents:
16
diff
changeset
|
14 docs/_build |