diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..078a467 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# User-specific configuration — never commit personal settings. +# Copy doc/profile.conf.example to profile.conf and customise it. +profile.conf + +# Compiled / generated artefacts +*.pyc +__pycache__/ + +# macOS noise +.DS_Store + +# Editor swap / backup files +*~ +*.swp +*.swo