Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a74f121

Browse files
committed
Improved ignore rules.
1 parent 464f8d9 commit a74f121

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
__pycache__/
33
*.py[cod]
44

5+
# Coverage.py
6+
.coverage
7+
coverage.xml
8+
/.cov
9+
510
# Sphinx documentation
611
doc/_build
712

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyExceptions>=1.0.0
2-
pyMetaClasses>=1.1.0
2+
pyMetaClasses>=1.2.0

0 commit comments

Comments
 (0)