-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f1fb86
commit f84ff3f
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
**/__pycache__/ | ||
**/.pytest_cache/ | ||
# Python cache and test artifacts | ||
__pycache__/ | ||
.pytest_cache/ | ||
.py[oc] | ||
|
||
# Coverage and build artifacts | ||
.coverage | ||
htmlcov | ||
.invariant | ||
htmlcov/ | ||
build/ | ||
dist/ | ||
wheels/ | ||
*.egg-info | ||
|
||
# Virtual environment | ||
.venv/ | ||
|
||
# Environment files | ||
.env | ||
.env.local | ||
|
||
# Temporary test files | ||
test_tmp.py | ||
test.py | ||
|
||
# MacOS metadata | ||
.DS_Store | ||
|
||
# Custom directory | ||
.invariant/ |
This file was deleted.
Oops, something went wrong.