syn / .dockerignore
theaniketgiri's picture
� Initial commit to Hugging Face Space
32519eb
raw
history blame contribute delete
533 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
synthex_env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Git
.git
.gitignore
# Data
data/raw/*
data/processed/*
data/synthetic/*
!data/raw/.gitkeep
!data/processed/.gitkeep
!data/synthetic/.gitkeep
# Logs
*.log
# Local development
.env
.env.local
.env.*.local
# Docker
Dockerfile
.dockerignore
# Misc
.DS_Store
Thumbs.db