GitPulse-Intelligence / .dockerignore
DIVYANSHI SINGH
πŸš€ Initial Commit: GitPulse
fcfc3c8
raw
history blame contribute delete
336 Bytes
# Python-specific
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
# Local configuration
.env
.local_cache/
# Git
.git/
.gitignore
# OS-specific
.DS_Store
Thumbs.db