Skip to content

Commit

Permalink
chore: gitignore pytest cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Oct 25, 2023
1 parent ec96d4a commit 324ad84
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
.pytest_cache
.mypy_cache

# Translations
*.mo
Expand All @@ -50,9 +52,6 @@ coverage.xml
# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Local utility scripts
analyze.py

Expand All @@ -63,6 +62,3 @@ analyze.py
.vscode/
.idea/
.venv*/

# Mypy cache
.mypy_cache/

0 comments on commit 324ad84

Please sign in to comment.