General: Cleanup

This commit is contained in:
Dylan Araps 2017-06-26 10:49:23 +10:00
parent 7206eee017
commit 4215f700d1
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
dist/*
pywal.egg-info/*
*.pyc
subprocess
re

View File

@ -11,8 +11,10 @@ import shutil
import subprocess
import sys
__version__ = "0.1.6"
# Internal variables.
COLOR_COUNT = 16
CACHE_DIR = pathlib.Path.home() / ".cache/wal/"