Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jan 10, 2023
1 parent 62a61ba commit 0184cd3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*~


db.sqlite3
.tox

django_timedeltafield.egg-info/

0 comments on commit 0184cd3

Please sign in to comment.