Skip to content
Snippets Groups Projects
.dockerignore 441 B
Newer Older
# Python-related
venv
**/__pycache__
.ipynb_checkpoints

# JavaScript-related
package.json
package-lock.json
node_modules

# Tests
.coverage
.pytest_cache
htmlcov
testresults.xml
cypress/videos

# PyCharm configuration
.idea

# VS Code configuration
*.code-workspace

# Local instance data and configuration
instance

# Environment files (might contain secrets)
.env

# Git and Docker
Jakob Moser's avatar
Jakob Moser committed
.git
.gitlab-ci.yml
.dockerignore
.gitignore
Dockerfile