webinar-vibe-coding-rag / .dockerignore
lukawskikacper's picture
Vibe coded implementation (with some manual fixes)
74cf6bd
raw
history blame contribute delete
391 Bytes
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environment
venv/
.env
.venv/
ENV/
# Docker
.dockerignore
Dockerfile
docker-compose.yml
# IDE
.idea/
.vscode/
*.swp
*.swo
# Misc
.DS_Store
.pytest_cache/
htmlcov/
.coverage
.tox/