Skip to content

Commit

Permalink
chore: update .gitignore and remove build artifacts from tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
tawandakembo committed Jul 27, 2024
1 parent 90d289d commit 8d15323
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,16 @@ dmypy.json
.pytype/

# Cython debug symbols
cython_debug/
cython_debug/

# Pytest cache
.pytest_cache/

# Python cache
__pycache__/
*.pyc

# Distribution / packaging
*.egg-info/
build/
dist/

0 comments on commit 8d15323

Please sign in to comment.