code-review-assistant / .gitignore
Joash
Resolve merge conflicts and update configurations
9f46175
raw
history blame
461 Bytes
# 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/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
# Local development
.env
.env.local
.env.*.local
# Docker
.docker/
docker-compose.override.yml
# Prometheus
prometheus_data/
# Keep these files
!requirements.txt
!src/
!Dockerfile
!README.md
!logs/