Vinay15's picture
Create .gitignore
e6f1913 verified
raw
history blame contribute delete
562 Bytes
# Byte-compiled files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
dist/
build/
eggs/
*.egg-info/
.installed.cfg
*.egg
# Logs
*.log
# Temporary files
*.tmp
*.temp
*.bak
# IDE and editor specific files
.vscode/
.idea/
*.swp
*.swo
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Pytest cache
__pycache__/
*.cover
.cache
.pytest_cache/
# Coverage reports
coverage.xml
*.cover
*.py,cover
*.log
# Gradio specific files
*.tmp
*.jpg
*.jpeg
*.png
*.gif
# Any local environment variables
.env
*.env