diff options
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74517dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.*\~$ +.*\.pyc$ +.*\.orig$ +.*\.rej$ +dist +build/bdist +tools/cpep8.venv/ +tests/logs/ +logs/ +ignored/ +patch_queue/ +archived_builds/ +.tox/ +.*\.mo$ +.*\.pot$ +locale/.files +MANIFEST +.pytest_cache |
