LijinDurairaj's picture
adding git ignore files
dbf1380
raw
history blame contribute delete
196 Bytes
# Ignore environment files
.env
*.env
# Ignore Python virtual environment directory
venv/
myenv/
# Ignore Python compiled files
__pycache__/
*.pyc
*.pyo
# ignore directory
gradio-project-env01/