Skip to content

Add missing dockerignore #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions bank_subscription_prediction/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db
62 changes: 62 additions & 0 deletions huggingface-sagemaker/gradio/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db
62 changes: 62 additions & 0 deletions magic-photobooth/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db
62 changes: 62 additions & 0 deletions nightwatch-ai/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db
62 changes: 62 additions & 0 deletions retail-forecast/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db
62 changes: 62 additions & 0 deletions zenml-support-agent/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Ignore version control metadata
.git
.gitignore
.github

# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build outputs
build/
dist/
develop-eggs/
downloads/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing and coverage reports
.pytest_cache/
.nox/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Virtual environments
.env
.venv*
venv/
ENV/
env/
venv.bak/
env.bak/

# IDE directories
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# OS files
.DS_Store
Thumbs.db