daqc's picture
Upload 36 files
52b089b verified
raw
history blame contribute delete
364 Bytes
# Python virtual environment
venv/
env/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Environment variables
.env
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Project specific
downloads_folder/
*.log
# Jupyter Notebook
.ipynb_checkpoints
# Local development settings
*.local
.gradio