# We want to keep these files in git (ie. to create an "empty" directory)
!.gitkeep

# python
.venv
*.pyc
*~
\#*\#

# client temp files
client/images/*.*
client/error.log
client/debug.log
