Explainer_Docker / .gitignore
StanDataCamp's picture
Update .dockerignore and .gitignore to include additional environment and Git-related files
9c830d8
raw
history blame contribute delete
289 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
ENV/
adk_venv/
.venv/
# Environment files
.env
*.env
api_keys.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*.code-workspace
# OS
.DS_Store
Thumbs.db
# Gradio
.gradio/
flagged/