Skip to content

Commit

Permalink
ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Sep 16, 2024
1 parent f8d6e37 commit 1feb00c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
site/
build
dist
site

# Cache
.pytest_cache/
.ruff_cache/
.cache
.mypy_cache
.pytest_cache
.ruff_cache
.tox

# Environments
.env
.venv/
venv/
.venv
venv

# IntelliJ
.idea/
.run/
.idea
.run

0 comments on commit 1feb00c

Please sign in to comment.