Compare commits

..

1 Commits

Author SHA1 Message Date
5d386322e4 add git ignore file 2023-06-15 15:11:18 +05:30

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
/static
/media
.idea/
*.pyc
media/
*.name
*.iml
*.log
*.xml
*.pyo
.DS_Store
.idea
venv/*
static/*
*.pem
*.sqlite3
/migrations/__pycache__/
/__pycache__/
/*.pyc
*/__pycache__/*.pyc
__pycache__/
*.env
ve/*