diff --git a/.gitignore b/.gitignore index 0570fe3..c3cc8ac 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,3 @@ tmp/ *.egg build htmlcov - -config.py diff --git a/demo/.gitignore b/demo/.gitignore new file mode 100644 index 0000000..0570fe3 --- /dev/null +++ b/demo/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +.idea +*.log +tmp/ + +*.py[cod] +*.egg +build +htmlcov + +config.py