Spaces:
Runtime error
Runtime error
# Ignore Python cache files | |
__pycache__/ | |
# Ignore log files | |
*.log | |
# Ignore virtual environment | |
venv/ | |
# Ignore compiled Python files | |
*.pyc | |
*.pyo | |
# Ignore environment-specific files | |
.env |