Skip to content
Snippets Groups Projects
.gitignore 69 B
Newer Older
  • Learn to ignore specific revisions
  • Stefan Beck's avatar
    Stefan Beck committed
    # Python
    **/__pycache__/
    *.pyc
    
    # Intellij
    /.idea/
    
    # Tests
    .coverage