# Consider using a global .gitignore file for files and directories that # are commonly generated by your OS, IDE, Python, development tools etc. # A fairly extensive starting point would be: # # https://www.gitignore.io/api/windows,linux,osx,python,vagrant,idea,visualstudiocode # # Store the content of this file in your home directory as ~/.gitignore_global # and configure git using the following command: # # $ git config --global core.excludesfile ~/.gitignore_global docs/build media/* static-root/ static/stylesheets/mq.css static/stylesheets/no-mq.css static/stylesheets/style.css static/css/*.min.css __pycache__ *.db *.py[co] .vscode .~lock.* .idea .coverage .env .DS_Store .envrc .state/ scripts/