diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ *.pyc venv/ +.venv/ profile.* +dist/ +*.egg-info/ +__pycache__ +.envrc |
![]() |
index : femtoqueue.git | |
| Ever wanted a zero-dependency, filesystem-backed, durable, concurrent, retrying task queue implementation? No? | Git Server |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,3 +1,8 @@ *.pyc venv/ +.venv/ profile.* +dist/ +*.egg-info/ +__pycache__ +.envrc |