You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
361 B
40 lines
361 B
# Environment variables |
|
.env |
|
|
|
# Python bytecode |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
|
|
# Distribution / packaging |
|
dist/ |
|
build/ |
|
*.egg-info/ |
|
|
|
# Virtual environments |
|
venv/ |
|
env/ |
|
ENV/ |
|
.venv/ |
|
|
|
# IDE files |
|
.idea/ |
|
.vscode/ |
|
*.swp |
|
*.swo |
|
|
|
# OS files |
|
.DS_Store |
|
Thumbs.db |
|
|
|
# Logs |
|
*.log |
|
|
|
# Testing |
|
.pytest_cache/ |
|
.coverage |
|
htmlcov/ |
|
|
|
# Jupyter Notebooks |
|
.ipynb_checkpoints |
|
.gradio |