Newer
Older
CNCTools / .gitignore
@yangyang xie yangyang xie 25 days ago 205 bytes init commit
# Python bytecode
__pycache__/
*.pyc

# Process IDs
*.pid

# Environment and Logs
.env
*.log

# Build/Output directories
test_outputs/
dist/
build/

# Node dependencies
node_modules/

# OS files
.DS_Store