photocrowd / django-cursor-pagination

Cursor-based pagination for Django
BSD 3-Clause "New" or "Revised" License
156 stars 27 forks source link

add a gitignore file with common python ignores #25

Closed dtkav closed 4 years ago

dtkav commented 5 years ago

This PR adds a .gitignore file to the root of the repo to ignore .pyc files and other common python build artifacts.

Drarok commented 5 years ago

Good idea, but I think these patterns need a leading slash in order to only match files and directories in the root of the project.

patrick91 commented 4 years ago

@Drarok I think the gitignore looks good, I'll merge this :)