diff --git a/.gitignore b/.gitignore index 5fa2d71..282791f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ +# Ignore python bytecode: *.pyc + +# Ignore secure config files: config/secure.py + +# Ignore pydev's nonsense: +.project +.pydevproject +.settings/