Codingo / .gitignore
husseinelsaadi's picture
Remove .env from git and ignore it
87c10b9
raw
history blame
362 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# PyCharm
.idea/
# Training data & models
data/raw_cvs/
backend/model/*.pkl
# Jupyter Notebook
.ipynb_checkpoints
# OS specific
.DS_Store
.venv.env