aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cc50e134de733cac2ea5af47bcca8afcdfa5e9ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# queue
litequeue.db
litequeue.db-shm
litequeue.db-wal

# test
test.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/