Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hemang1729 committed Dec 10, 2024
1 parent 5f1fb86 commit f84ff3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
30 changes: 26 additions & 4 deletions .gitignore
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/
7 changes: 0 additions & 7 deletions testing/.gitignore

This file was deleted.

0 comments on commit f84ff3f

Please sign in to comment.