File: //home/arjun/projects/unlimited-leads/Unlimited-Leads-Be/.gitignore
myenv/
logs/
.env
venv/
# Python
*.pyc
*.pyo
*.pyd
__pycache__/
*.swp
*~
# Django specific
*.log
*.pot
*.py[cod]
*.swp
*~
*.swo
local_settings.py
db.sqlite3
db.sqlite3-journal
celerybeat-schedule.*
staticfiles/
media/
.env
# Ignore migrations except the __init__.py files
*/migrations/*
!*/migrations/__init__.py
migrations/*
!migrations/__init__.py
# Ignore Virtual environment
venv/
env/
ENV/
.myenv/
bin/
lib/
lib64/
include/
# Unit test / Coverage reports
htmlcov/
.tox/
.nox/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# Jupyter Notebook
.ipynb_checkpoints/
# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# macOS system files
.DS_Store
Thumbs.db
# PostgreSQL specific (if you're using Postgres)
*.pgsql
# pip
pip-log.txt
pip-delete-this-directory.txt
google_service_certificate.json