mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Django project, first models
This commit is contained in:
10
src/.gitignore
vendored
Normal file
10
src/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.py[cod]
|
||||
*.swp
|
||||
*.aux
|
||||
*.log
|
||||
*.toc
|
||||
*~
|
||||
.ropeproject
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user