Skip to content

djazzcc/.gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global .gitignore

A comprehensive global .gitignore configuration for Python/Django development environments. For more details about .gitignore patterns, visit the official documentation.

Quick Setup

  1. Create config directory and copy the file:
mkdir -p ~/.config
cp .gitignore ~/.config/
  1. Configure git to use this global ignore file:
git config --global core.excludesfile ~/.config/.gitignore

What's Included

Ignores common files and directories for:

  • 🐍 Python (bytecode, packages, build files)
  • 🎯 Django specific files
  • 🧪 Testing and coverage reports
  • 💻 IDEs and editors (VSCode, JetBrains)
  • 🔧 Development environments
  • 🌐 Virtual environments
  • 🔒 Environment variables
  • 💾 System files (macOS, etc.)

Usage

Once configured, this will work as your global .gitignore across all your repositories. You can still maintain project-specific .gitignore files in individual repositories for additional patterns.

License

MIT

About

.gitignore tailored for djazz applications, For more help, visit the .gitignore file reference guide at https://git-scm.com/docs/gitignore

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors