summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a5affb24f9d1d9a6d1b0c4c5bca437954cae71a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
env/
client/env
client/venv
client/modules/*
*.pyc
client/active.wav
client/passive.wav
client/say.wav
.DS_Store
*.swn
*.swo
*.swp
server/modules/build/*
client/build/*
client/profile.yml
build/*
server/dump.rdb
other/*