Skip to content

Commit

Permalink
chore: new venv ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 17, 2024
1 parent c5777e3 commit 1335572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ session.shelve*
net.ca
fs.data

/.venv

/dist
/build
/src/netius.egg-info
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ servers out of the box, namely a production-ready WSGI server.

Simplicity and performance are the main drivers of this project. The codebase adheres to rigorous
code standards and is extensively commented on. As far as performance is concerned, it aims to
be up to par with equivalent native implementations, where [PyPy](http://pypy.org) can
be up to par with equivalent native implementations, where [PyPy](http://pypy.org) can
provide the extra boost to raise performance up to these standards.

Bear in mind that although netius is non-blocking, it will naturally still block if the operations
Expand Down

0 comments on commit 1335572

Please sign in to comment.