Spaces:
Sleeping
Sleeping
# Ignore Python cache files | |
__pycache__/ | |
*.pyc | |
*.pyo | |
# Ignore virtual environments | |
venv/ | |
env/ | |
.venv/ | |
# Ignore version control system directories | |
.git/ | |
.gitignore | |
# Ignore Docker-related files | |
Dockerfile | |
.dockerignore | |
# Ignore IDE/editor-specific files | |
.vscode/ | |
.idea/ | |
# Ignore any additional temporary files | |
*.tmp | |
*.log | |
*.swp | |